DBA Data[Home] [Help]

APPS.PO_ENCUMBRANCE_POSTPROCESSING dependencies on GL_BC_PACKETS_S

Line 520: SELECT GL_BC_PACKETS_S.nextval

516:
517: -- Get the next packet_id from the sequence. This is required as
518: -- we insert all the records with same packet ID.
519:
520: SELECT GL_BC_PACKETS_S.nextval
521: INTO x_packet_id
522: FROM DUAL;
523:
524: l_progress := '020';