DBA Data[Home] [Help]

APPS.PO_PERIODS_SV dependencies on DUAL

Line 154: SELECT PO_SESSION_GT_S.nextval INTO l_date_key FROM DUAL;

150: l_progress := '060';
151:
152: -- Use the scratchpad to avoid PL/SQL limitations.
153:
154: SELECT PO_SESSION_GT_S.nextval INTO l_date_key FROM DUAL;
155:
156: l_progress := '070';
157:
158: -----------------------------------------