Posted by: Edi Yanto on: April 22, 2009
Please visit my new domain at http://ediyanto.co.cc
C U there…
Update (as of 08-Nov-2009):
- Oracle Top-N Query
- Bersyukurlah…
- Cinta Sejati
- Nice Story
- 5 Tips Agar Tak Mudah Lelah
- Belajar dari Alphabet
- How To Get the List of All Responsibilities Assigned To A User
- Query To Find Multi-Org Is Enabled Or Not
- How To Find A [...]
Posted by: Edi Yanto on: March 6, 2009
The below steps for activate special menu on Receipts form and invoice custom form “Receipt DT” when clicked on the special menu on Oracle Application (E-Business Suite)
Open the Receipts Form on Receivables Manager Responsibility
Open the Personalization form using the navigation “Help > Diagnostics > Custom Code > Personalize”
Enter the sequence number as 10 and description [...]
Posted by: Edi Yanto on: February 15, 2009
Posted by: Edi Yanto on: February 14, 2009
Posted by: Edi Yanto on: February 7, 2009
Three possible errors can occur as below:
The Output Post Processor is not running or does not pick up the request
…
+————- 1) PUBLISH ————-+
Unable to find an Output Post Processor service to post-process request [request_id].
Check that the Output Post Processor service is running.
+————————————–+
…
Solutions:
* Verify that the Output Post Processor is enabled and active.
* If confirmed, [...]
Posted by: Edi Yanto on: January 12, 2009
When you submit the XML Report Publisher Program (XDOREPPB) you are prompted to select the Request ID for the data generation program. The LoV for this parameter is not being populated due to an incorrect profile option reference.
To work around this issue, you must change the references to the incorrect profile option in the [...]
Posted by: Edi Yanto on: January 12, 2009
You can get the XML file from the XML/BI Publisher report based on concurrent request with the below steps:
*) View->Requests
*) Find the request you’re interested in
*) Click on Diagnostics button
*) Click the View XML
*) Save the file to your PC by doing File->Save As, *.xml
Or you can get it from this [...]
Posted by: Edi Yanto on: January 7, 2009
After entering the address details in Create Customer Form, get error when saving:
“APP-AR-96282:Error The following SQL error occured
ORA-00001 : unique constraint (AR.HZ_CUST_ACCT_SITES_U2) violated”
Cause
The current value of sequence hz_cust_acct_sites_s is smaller than the existing data in hz_cust_acct_sites_all.orig_system_reference.
select hz_cust_acct_sites_s.currval from dual;
returns
3188
SQL> select column_name from dba_ind_columns where index_name=’HZ_CUST_ACCT_SITES_U2′;
COLUMN_NAME
ORIG_SYSTEM_REFERENCE
ORG_ID
But client has records in [...]
Posted by: Edi Yanto on: January 7, 2009
When attempting to apply Patch 6502082 – 11i.AD.I.6, the following error occurs
AutoPatch error:
Error while executing statement
AutoPatch error:
ORA-06550: line 3, column 10:
PLS-00302: component ‘IS_PATCH_APPLIED2′ must be declared
ORA-06550: line 3, column 1:
PL/SQL: Statement ignored
The issue is caused by the following setup:
Following package versions for package APPS.AD_PATCH are not created.
$AD_TOP/patch/115/sql adphpchb.pls 115.16
$AD_TOP/patch/115/sql adphpchs.pls 115.11
To implement the [...]
Posted by: Edi Yanto on: January 2, 2009
BI Publisher provides the FNDLOAD and XDOLoader utilities to move component across eBusiness Suite instances.
The FNDLOAD utility is used to upload and download the concurrent program, data definition and data template created via created via System Administrator and XML Publisher Administrator responsibility.
The XDOLoader utility is used to upload and download the physical files (Template [...]
Recent Comments