Sunday, February 22, 2015

9.Submitting layout and concurrent program from backend.


Step 1: Create the table and insert records in the table from which you want to print the data.

Step 2: Create the data definition template.
(Save the file with name emp.xml)

Step 3: Create data definition in xml publisher and attach the data definition template to the data definition. (Background: Using FND_PROGRAM.ADD_TEMPLATE API we can

map).

Step 4: Create Concurrent Program to generate the Data XML output.

Step 5: Assignment of concurrent program to responsibility.

Step 6: Execute the concurrent program.

Step 7: Creation of RTF Template
(From Background : Using XDO Loader we can upload RTF from background)
             Prerequisite: You have to install XMLP Template Builder.
(Save the file as EMP_Template.rtf)

Step 8: Registering the RTF Template.

Step 9: Repeat Step 4 again and see the output.

No comments: