DBA Data[Home] [Help]

APPS.PO_ENCUMBRANCE_POSTPROCESSING dependencies on GL_BC_PACKETS_S

Line 555: SELECT GL_BC_PACKETS_S.nextval

551:
552: -- Get the next packet_id from the sequence. This is required as
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';