APPS.PSP_SUM_ADJ dependencies on GL_INTERFACE_CONTROL_S
Line 1348: SELECT gl_interface_control_s.nextval
1344: close pc_batch_cur;
1345: exit;
1346: end if;
1347: -- get the group_id. Moved the group id out of payroll control id loop. Bug 1977939 1348: SELECT gl_interface_control_s.nextval 1349: INTO l_group_id
1350: FROM DUAL;
1351:
1352: l_rec_count := 0; -- MOVED this stmt, from inside the payroll control loop id Bug 1977939.