I have written PL/SQL code to store XML into cursor. Refer the below code Requirement: As of line at line 83, I am inserting the result into another table (XML_GEN) as XMLTYPE datatype. Line: insert into xml_gen (fxdoc) values (i.FXML); But ...
Oraask Latest Questions
In most cases in Oracle Fusion, we have tables ended with an underscore like "EGP_CATEGORIES_B_", and it's almost the exact version of the regular table, which is "EGP_CATEGORIES_B". So what is the difference, and when to query the ...
Can you please someone help me to know what are the primary tables that are involved in the Return to Vendor transaction in Oracle APPS R12?
How to find the session that consuming high temp tablespace in oracle database
Can someone explain how does the Oracle Action History Works in below scenario? I have a workflow where initial notification is triggered to person A. Person A can 'Forward it to Department' for which Person B is the receipient. ...
When trying to install the Matplotlib library using this command: pip install matplotlib I got this error: Could not install packages due to an EnvironmentError: ...
I am creating a new Web ADI Interface for AP Invoice Upload. I have created PL/SQL API. The load procedure loads data from WebADI into a custom staging table. The import procedure loads data into Open Interface table and then trigger ...
When trying to access an EIT self service page it shows this error: The HR Person attached to your FND_USER does not have a valid workflow role Any guidance will be appreciated
I have a concurrent program which has a delivery option selected to send the output by email to a particular user, but when run this report it's completed with warning and showing this error in the log file: oracle.apps.fnd.cp.opp.PostProcessorException: Unable to ...