DBA Data[Home] [Help]

APPS.PSB_BUDGET_REVISIONS_PVT dependencies on GL_BC_PACKETS_S

Line 2181: select gl_bc_packets_s.nextval seq

2177: and gps.set_of_books_id = g_set_of_books_id
2178: and gps.period_name = pbra.gl_period_name;
2179:
2180: CURSOR c_Seq IS
2181: select gl_bc_packets_s.nextval seq
2182: from dual;
2183:
2184: Begin
2185: