How to call form procedure in report (Note 603338.1)
Hi Gurus,
I need your help on AR Statement.How to call form procedure in report (Note 603338.1)
We got a requirement which is similar to like a PRINT STATEMENTS USING XML PUBLISHER. And we got some note id's in metalink i.e. Note 603338.1.
1. Do the suggestions of the Note 308658.1 How
to Use FND_SUBMIT.ADD_LAYOUT to the library attached to ARXSUPST
form, this is added just before Submit_request call to the concurrent program.
Within the Package Body ARXSUPST_BLOCK in ARXSUPST.pld, add the following:
PROCEDURE supst (event VARCHAR2)
xml_layout Boolean ;
xml_layout := FND_REQ UEST.ADD_LAYOUT('AR','ARXSGP','en','US','PDF');