DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CHECKS_GRP dependencies on PO_ONLINE_REPORT_TEXT_S

Line 1839: SELECT po_online_report_text_s.nextval

1835: d_progress := 10;
1836:
1837: -- SQL What: Get the id from the given nline report sequence
1838: -- SQL Why: Used for the new combined online report below.
1839: SELECT po_online_report_text_s.nextval
1840: INTO x_new_report_id
1841: FROM sys.dual;
1842:
1843: IF (PO_LOG.d_stmt) THEN