BI Publisher (MOSC)

MOSC Banner

one xml data definition and several layout of report.

 I have 1 concurrent program which can choose 2 different layout by user. But I dont know how to write the script in after report event. How do I get the template code from concurrent program. Please help.


If xxxxxxxxxxxx then <- here

 xml_layout := FND_REQUEST.ADD_LAYOUT('SSAR','SSHKCNDF_XML','en','00','RTF');

else

xml_layout := FND_REQUEST.ADD_LAYOUT('SSAR','SSHKCNFFDF_XML','en','00','RTF');

--end if;


 l_request_id := fnd_request.submit_request ('XDO',

'XDOBURSTREP',

NULL,

NULL,

FALSE,

'N',

to_char(rpt_request_id),

'Yes'

);

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