invoking discoverer report_through_application_1

29
Author : Mr Vijay Dhapola http://oracle.anilpassi.com This article from Vijay Dhapola details the steps to invoke Discoverer Report from Oracle Applications eBusiness Suite. First Create Report in Discoverer………. Login to Discoverer Administration Edition……. Enter the Existing Business Area or Create any new Business Area as required.. Open the Business Area

Upload: shuaib-kokate

Post on 27-May-2015

382 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: Invoking discoverer report_through_application_1

Author : Mr Vijay Dhapola http://oracle.anilpassi.com

This article from Vijay Dhapola details the steps to invoke Discoverer Report from Oracle Applications eBusiness Suite. First Create Report in Discoverer………. Login to Discoverer Administration Edition……. Enter the Existing Business Area or Create any new Business Area as required..

Open the Business Area

Page 2: Invoking discoverer report_through_application_1

Author : Mr Vijay Dhapola http://oracle.anilpassi.com

Create a Custom Folder Insert àFolderàCustom

Page 3: Invoking discoverer report_through_application_1

Author : Mr Vijay Dhapola http://oracle.anilpassi.com

Write the SQL for discoverer Report and Name the Custom Folder Then Validate the SQL

Page 4: Invoking discoverer report_through_application_1

Author : Mr Vijay Dhapola http://oracle.anilpassi.com

Now Apply Security to the Custom Folder ToolàSecurity

Page 5: Invoking discoverer report_through_application_1

Author : Mr Vijay Dhapola http://oracle.anilpassi.com

In Tab “Business AreaàUser” Tab

Select Your Business Area then Select the User/Responsibilities to whom you want to give access to this Report Select User/Responsibilities from Available User/Responsibilities Use “à” to transfer to Selected User/Responsibilities.

Page 6: Invoking discoverer report_through_application_1

Author : Mr Vijay Dhapola http://oracle.anilpassi.com

Also you can make a Business Area accessible to any User or Responsibility Go to UseràBusiness Area Tab Select User/Responsibility in Drop Down list of User/Resp The Checkbox Users and Resps are use to Show User or Responsibility or Both In the dropdown list for User/Resp Now Select the Business Area from Available Business Area and Use “à “ to transfer to Selected Business Area for your selected User Once done Press Apply then Ok

Page 7: Invoking discoverer report_through_application_1

Author : Mr Vijay Dhapola http://oracle.anilpassi.com

Once Security is given You must provide the Privileges to your User or Responsibility ToolàPrivileges Select your User Under Privileges tab Provide the Privileges you want to give to your User Once done Press Apply then OK.

Page 8: Invoking discoverer report_through_application_1

Author : Mr Vijay Dhapola http://oracle.anilpassi.com

Now Login Discoverer’s Desktop Edition Click on Create a New Workbook then Select the type of Workbook .

Page 9: Invoking discoverer report_through_application_1

Author : Mr Vijay Dhapola http://oracle.anilpassi.com

Click Next Select the Business Area from Available Drop Down

Page 10: Invoking discoverer report_through_application_1

Author : Mr Vijay Dhapola http://oracle.anilpassi.com

Then Select Your Folder Created previously in Admin Edition And Use “à” to transfer to Selected

Page 11: Invoking discoverer report_through_application_1

Author : Mr Vijay Dhapola http://oracle.anilpassi.com

Click Next As Required you can Use the Checkbox “Show Page Items” and “Hide Duplicate Rows”

Page 12: Invoking discoverer report_through_application_1

Author : Mr Vijay Dhapola http://oracle.anilpassi.com

Click Next

Page 13: Invoking discoverer report_through_application_1

Author : Mr Vijay Dhapola http://oracle.anilpassi.com

Here You can place some Condition to your Fetched Records… Click New and Enter Description Enter Item from Drop Down List , Enter your Condition and the Values

Page 14: Invoking discoverer report_through_application_1

Author : Mr Vijay Dhapola http://oracle.anilpassi.com

Click OK and Next Then You can Sort your data Click Add and Select the Column You can also Add multiple Columns

Page 15: Invoking discoverer report_through_application_1

Author : Mr Vijay Dhapola http://oracle.anilpassi.com

Click Next Here You can Perform some Calculation by Click on New

Page 16: Invoking discoverer report_through_application_1

Author : Mr Vijay Dhapola http://oracle.anilpassi.com

Click Finish Once finish it will run the query and display the results

Page 17: Invoking discoverer report_through_application_1

Author : Mr Vijay Dhapola http://oracle.anilpassi.com

Although my query entered in Admin Edition results 3 Records but b’coz of applying the condition Transaction_type_code=’ADDITION’ it show only One record.

Page 18: Invoking discoverer report_through_application_1

Author : Mr Vijay Dhapola http://oracle.anilpassi.com

Once this is done…….. Now its Time to make the report available in Application Login to Application DeveloperàFunction

Page 19: Invoking discoverer report_through_application_1

Author : Mr Vijay Dhapola http://oracle.anilpassi.com

Enter Function , User Function Name, Description(Optional) in Description Tab

Page 20: Invoking discoverer report_through_application_1

Author : Mr Vijay Dhapola http://oracle.anilpassi.com

In Properties Tab Select Type “SSWA plsql function” Maintenance Mode Support – None Context Dependence - Responsibility

Page 21: Invoking discoverer report_through_application_1

Author : Mr Vijay Dhapola http://oracle.anilpassi.com

In Form Tab Paramters -à Enter the Workbook name created previously workbook=TEST_WORKBOOK1 incase you want to give some parameters then you can use workbook=TEST_WORKBOOK1&Parameters=age~26*salary~1000* syntax workbook=<workbook_name>&parameters=<Parameter_name1>~<value1>*<Parameter_name2>~<value2>*<Parameter_name3>~<value3>*

Page 22: Invoking discoverer report_through_application_1

Author : Mr Vijay Dhapola http://oracle.anilpassi.com

In Web HTML Tab Enter HTML Call - OracleOasis.RunDiscoverer

Page 23: Invoking discoverer report_through_application_1

Author : Mr Vijay Dhapola http://oracle.anilpassi.com

Add the Function in Any existing or new Menu…..

Page 24: Invoking discoverer report_through_application_1

Author : Mr Vijay Dhapola http://oracle.anilpassi.com

Navigate to Responsibility which contain this Menu.

Page 25: Invoking discoverer report_through_application_1

Author : Mr Vijay Dhapola http://oracle.anilpassi.com

Page 26: Invoking discoverer report_through_application_1

Author : Mr Vijay Dhapola http://oracle.anilpassi.com

Page 27: Invoking discoverer report_through_application_1

Author : Mr Vijay Dhapola http://oracle.anilpassi.com

Page 28: Invoking discoverer report_through_application_1

Author : Mr Vijay Dhapola http://oracle.anilpassi.com

Please Note Discoverer Report is not invoke when you’ve direct login into Application Server through http://<url>:<port number>/dev60cgi/f60cgi You need to access through web server Otherwise it will give Error

Page 29: Invoking discoverer report_through_application_1

Author : Mr Vijay Dhapola http://oracle.anilpassi.com