GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle Apps  >  Forms Customization

 Print  |  
Question:  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?



January 01, 2007 05:42:28 #3
    Member Since: Visitor    Total Comments: N/A 

RE: How do you register a report in oracle application...
 

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.

     

 

Back To Question