DBA Data[Home] [Help]

APPS.PO_ENCUMBRANCE_POSTPROCESSING dependencies on DUAL

Line 557: FROM DUAL;

553: -- we insert all the records with same packet ID.
554:
555: SELECT GL_BC_PACKETS_S.nextval
556: INTO x_packet_id
557: FROM DUAL;
558:
559: l_progress := '020';
560:
561: IF g_debug_stmt THEN

Line 3827: FROM dual;

3823: l_progress := '010';
3824:
3825: SELECT PO_ONLINE_REPORT_TEXT_S.nextval
3826: INTO l_report_id
3827: FROM dual;
3828:
3829: l_progress := '020';
3830:
3831: l_user_id := NVL(p_user_id,0);