98: X_serial_id IN NUMBER) IS
99: BEGIN
100:
101: -- Get packet id for this check/reserve process
102: X_packet_id := gl_bc_packets_pkg.get_unique_id;
103:
104: INSERT INTO GL_BC_PACKETS
105: (packet_id,
106: ledger_id,
100:
101: -- Get packet id for this check/reserve process
102: X_packet_id := gl_bc_packets_pkg.get_unique_id;
103:
104: INSERT INTO GL_BC_PACKETS
105: (packet_id,
106: ledger_id,
107: je_source_name,
108: je_category_name,