DBA Data[Home] [Help]

APPS.PA_PROGRESS_REPORT_PKG dependencies on DUAL

Line 42: -- FROM dual;

38:
39:
40: --SELECT pa_object_page_versions_s.NEXTVAL
41: --INTO l_version_id
42: -- FROM dual;
43:
44:
45: insert into PA_PROGRESS_REPORT_VERS (
46: OBJECT_ID,

Line 661: FROM DUAL;

657:
658: --get the unique task id from the Oracle Sequence
659: SELECT pa_object_page_layouts_s.nextval
660: INTO l_layout_id
661: FROM DUAL;
662:
663:
664: insert into PA_OBJECT_PAGE_LAYOUTS (
665: OBJECT_ID,