DBA Data[Home] [Help]

APPS.GMS_PA_COSTING_PKG dependencies on GL_BC_PACKETS_S

Line 260: select gl_bc_packets_s.nextval, set_of_books_id

256: Procedure INIT is
257: l_sob_id NUMBER;
258: l_packet_id NUMBER;
259: Begin
260: select gl_bc_packets_s.nextval, set_of_books_id
261: into l_packet_id, l_sob_id
262: from pa_implementations;
263:
264: g_set_of_books_id := l_sob_id;