Queries to get path of Concurrent Request Log, Output, Manager Log and FNDOPP...
Below are the queries to get path of Concurrent Request Log, Output, Manager Log and FNDOPP log a) Concurrent Request Log: select logfile_name from fnd_concurrent_requests where request_id =...
View ArticleJumping Employee Number Sequence in Oracle apps
Now we observe we have wrongly created a employee(005736) and we delete and purge the data. Now we have to maintain the correct sequence so what we do is Go to Work Structures -> Organization...
View ArticleFiltering the table with given Values using VLOOKUP
In Excel I had a requirement to compare and to restrict the values and to bring the table. I cannot use filter as there are many values. With help of my collegue I got the know how to restrict it. So...
View ArticleAR Invoice Customer Tax Information query in Oracle apps
I had a requirement to build a report for AR Invoice Customer Tax Information. We have done the query below SELECT customer_name, hl.address1||’, ‘||hl.address2||’, ‘||hl.address3 address, hl.city,...
View ArticleAR Receipt Class, Receipt Method and related Bank Account details Query
I had a requirement to build a report for AR Receipt Class, Receipt Method and related Bank Account details initially stuggled a bit however managed to get the Query. SELECT distinct ARC.NAME...
View ArticleAP Supplier Site tax Update Oracle Apps R12
Below is the script to AP Supplier Site tax Update script. /* Formatted on 2017/12/29 21:19 (Formatter Plus v4.8.8) */ CREATE OR REPLACE PROCEDURE apps.xx_test1vendor_upd AS p_api_version NUMBER;...
View ArticleQuery to get Profile Value at Responsibility level
SELECT po.profile_option_name “NAME”, po.user_profile_option_name, DECODE (TO_CHAR (pov.level_id), ‘10001’, ‘SITE’, ‘10002’, ‘APP’, ‘10003’, ‘RESP’, ‘10005’, ‘SERVER’, ‘10006’, ‘ORG’, ‘10004’, ‘USER’,...
View ArticleEnabling Diagnostics in Oracle application Forms
To Enable Diagnostics in Forms Go to System Administrator responsibility Go to Profile Option Screen by following the navigation shown below On the Profile Form, Enter the Util%Diagn% and click Find...
View ArticlePO Receipt Interface in Oracle Apps
Below is the code for PO Receipt Interface. The below script is based on Oracle Document ID DOC ID 1520449.1. In the Below script has the functionalities as given below 1. Insertion of...
View ArticleForm Personalization to check Supplier Tax Registration number is Present and...
I have got a requirement to show message to user that when Supplier TRN is not present then to display a message and also this personalization should be restrictricted to Operating Unit Level. 1. For...
View ArticleOracle apps Forms not opening with error message ClassNotFoundException...
I came across a Error with a new laptop while opening the forms. I had java 1.6 update 27 and firefox 34. When I tried to open java it was not opening after trying some things then my forms was opened....
View ArticleClass not found error and class format Error in OAF Jdeveloper
I had this problem when doing and Extension I tried to copy the class files from server to my machine and tried to compile it. It was giving me Class not found error. After that tried to import the...
View ArticlePosition Hierarchy in AME
To Define Position Hierachy I have created a custom transaction type in AME and in Approvals Management Business Analyst I went to Action types and selected the HR Position level. Once this is created...
View ArticleUnable to launch the Java Virtual Machine Located at path:...
On running Jdevloper for first time you may see the below error ERROR: Unable to launch the Java Virtual Machine Located at path: ..\..\jdk\jre\bin\client\jvm.dll SOLUTION: 1. go to Control...
View ArticlePLSQL Logic to AME Approver Resultset as Table Type
In some cases when we have to bring the approvers to the display screen to show it is better to have a query so that it can be easily mapped with VO. For Example as the below query SELECT SEQ_NUM,...
View ArticleApprove and Reject Approvers in AME by AME_API2 Api
In AME we will be able to set Approve and Reject status in AME using AME_API2. So in AME on Test Workbench we can see that the approver gets approved or rejected and AME_API will give approvers based...
View ArticleDelete or Remove or Clear Approvers in AME using AME_API2
Below is the AME Api to clear the approvers in AME Transaction. So all the approved status will be reversed and will remove status in AME. AME_API2.CLEARALLAPPROVALS (20003, ‘XXQF_BUYER’, LN_REQ_ID);...
View ArticleSplitting of words in two statements in SQL using INSTR and SUBSTR functions
Below is the code snippet select substr(‘One Hundred Ninety Five Thousand Two Hundred Seventeen Qatari Riyals And Twenty Six Dirhams*****’, 0, case when instr(‘One Hundred Ninety Five Thousand Two...
View ArticleHelp >Diagnostics > Examine Error: Function Not Available to this...
If you are getting the error Function Not Available to this Responsibility. Please check with your system administrator then follow the below steps Step 1. Navigate to System Administrator...
View ArticleOracle apps AME Error : An invalid approver has been encountered while...
I have encountered the below error in AME Position hierarchy. I have checked completely the Position Hierarchy was fine and User, Person was valid. Then on searching I came to know that I have changed...
View Article