Hi all!
We use Oracle Apps 11i, database version Oracle 8.1.7
For selecting certain views, I have to setup organization as an "enviroment" first:
In SQL*Plus it works like this:
a) I need to run script:
SQL> exec dbms_application_info.set_client_info(204)
PL/SQL procedure successfully completed.
b) It is ready to select data:
SQL> select vendor_name
2 from ap_invoices_v
3 where invoice_id = 16217;
VENDOR_NAME
----------------------------------
American Telephone and Telegraph
Question!
How can I run this execution script (exec dbms...) in Crystal Reports???
Marek
We use Oracle Apps 11i, database version Oracle 8.1.7
For selecting certain views, I have to setup organization as an "enviroment" first:
In SQL*Plus it works like this:
a) I need to run script:
SQL> exec dbms_application_info.set_client_info(204)
PL/SQL procedure successfully completed.
b) It is ready to select data:
SQL> select vendor_name
2 from ap_invoices_v
3 where invoice_id = 16217;
VENDOR_NAME
----------------------------------
American Telephone and Telegraph
Question!
How can I run this execution script (exec dbms...) in Crystal Reports???
Marek