Receivables - EBS (MOSC)

MOSC Banner

How to call form procedure in report (Note 603338.1)

edited Feb 12, 2016 4:06AM in Receivables - EBS (MOSC) 1 commentAnswered

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');

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center