DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CHECKS_GRP dependencies on PO_ONLINE_REPORT_TEXT_S

Line 1849: SELECT po_online_report_text_s.nextval

1845: d_progress := 10;
1846:
1847: -- SQL What: Get the id from the given nline report sequence
1848: -- SQL Why: Used for the new combined online report below.
1849: SELECT po_online_report_text_s.nextval
1850: INTO x_new_report_id
1851: FROM sys.dual;
1852:
1853: IF (PO_LOG.d_stmt) THEN