DBA Data[Home] [Help]

APPS.PO_R12_CAT_UPG_UTL dependencies on DUAL

Line 912: FROM DUAL;

908: -- SQL Why : To assign processing id's to the interface table rows.
909: -- SQL Join: none
910: SELECT PO_PDOI_PROCESSING_ID_S.nextval
911: INTO PO_R12_CAT_UPG_PVT.g_processing_id
912: FROM DUAL;
913:
914: IF g_debug THEN PO_R12_CAT_UPG_DEBUG.log_stmt(l_log_head,l_progress,'processing_id='||PO_R12_CAT_UPG_PVT.g_processing_id); END IF;
915:
916: l_progress := '050';