Attach PL/SQL Stored Procedure to a customized report
Hi,
I want to know how to attach system defined stored procedure to a customized report
That means when I run my customized report, before that I need to run that system define stored procedure and in that procedure it contains opening balances in a GT (global temporary) table.
Then in same session I retrieve data from that GT table to my customized report
So my problem is how to attach that stored procedure to my report (before my report that stored procedure must be run)
this is the stored procedure
Populate Balanace Report GT Data
I'm using Oracle EBS R12