How do you register a report in oracle application? What are the triggers we need change in the template.fmb? What type of journal entries you can enter into G.L? What is an Open Invoice? Can you tell me how do you send invoice information into GL form AP?

Questions by Moins

Showing Answers 1 - 5 of 5 Answers

Varakumar

  • Dec 11th, 2006
 

We have to generate a new report thru report builder and save it as in a required module like AP,AR etc., "D:oraclevisappl11.5.0arreportsus."Now open applications, select Application Developer Responsibility to register this report. Here we have to develope executable file name thru Concurrent/executable.Then we have to assign this executable to a program thru Concurrent/program, finally we have to assign this program name to a required request group and thi request group is attached to a responsibility thru system administrator responsibilty.Later we can submit this request group thru receivables manager responsibilty and can view desired output.

  Was this answer useful?  Yes

Swarna Latha

  • Dec 11th, 2006
 

Hi,1.Registration of REPORT:A) Develope a Report thru Report builder and generate .rdf file and save it in required path.B) Generate Executable method name.C) Generate Concurrent Program name thru AOL module.D) Assign this Program name to a required Request group and assign this request group to a Responsibility.E) Submit this Request thru SRW to view desired output.Pre-form level trigger we need to change in template.fmb file.

  Was this answer useful?  Yes

Guest

  • Jan 23rd, 2007
 

1. we will develop the report through report 6i .

2.we will move that report from local machine to oracle apps server.

for example if it is PO module the path is po/11.5/reprots/us/ xx.rdf

3.we will cerate executable by using system adminstrator.

In executable window we will give executable ,shortname,application name,exection method,exectution filename

4.we will create concurent program through sysadmin resp and attch exectuble,incompatablities,parameters.

5. we will create request group and attch concurent program.

6.we will create responsibilty and attach request group to responsiblity.

7.we will attch responsiblity to user.

8.user will submit request from srs window.

In forms we will modify pre_form,when_new_form instance,app_custom_package.

  Was this answer useful?  Yes

Guest

  • Jan 23rd, 2007
 

1.we will develop the report through report 6i.
2.we will move that report from local machine to oracle apps server
for example if it Po module the path is
PO/11.5/reports/us/xx.rdf
3.we will create exectuable from sysadmin responsiblity.
4.we will create concurent program from sysadmin responsiblity and attch exectable,incompatabilites,parameters.
5.we will create request group and  attach concurent program.
6.we will create responsiblity and attach request group.
7.we will attch responsilty to user .
8.user will sumbit concurent program from srs window.

We will modify
pre_form trigger,when_new_form_instance,app_custom package we need to change in template.fmb

Ratnakar Reddy


 

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions