Can we get data for a Report from _v and _vl. Is it possible to use a view to retrive the data for a report

Showing Answers 1 - 3 of 3 Answers

sameer

  • Jan 14th, 2006
 

yes it is normal pactice to use views and tables for reporting purposes.

u hav to just give the name of view in place of table.

  Was this answer useful?  Yes

Yes we can use a view.

If the table on which the view is based is updated, we can call a procedure in the Before report trigger of the report to update the view and then retreive the data from the view.

After the report is run we can alwayz delete the data in view by writting delete in the after report trigger of the report.

  Was this answer useful?  Yes

Manikandan.M

  • Sep 11th, 2007
 

Yes we can use the view if you use multiorg view example (oe_order_headers) then we need to set the operating unit for that view so we need to execute the following package before report trigger
fnd_client_info.set_org_context(org_id);

  Was this answer useful?  Yes

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