DBA Data[Home] [Help]

APPS.PSP_SUM_ADJ dependencies on GL_INTERFACE_CONTROL_S

Line 1254: SELECT gl_interface_control_s.nextval

1250: close pc_batch_cur;
1251: exit;
1252: end if;
1253: -- get the group_id. Moved the group id out of payroll control id loop. Bug 1977939
1254: SELECT gl_interface_control_s.nextval
1255: INTO l_group_id
1256: FROM DUAL;
1257:
1258: l_rec_count := 0; -- MOVED this stmt, from inside the payroll control loop id Bug 1977939.