DBA Data[Home] [Help]

APPS.GMS_PA_COSTING_PKG dependencies on PA_IMPLEMENTATIONS

Line 262: from pa_implementations;

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;
265: g_packet_id := l_packet_id;
266: