DBA Data[Home] [Help]

APPS.PAY_CC_PROCESS_UTILS dependencies on HR_NONRUN_ASACT

Line 112: hr_nonrun_asact.insact(l_lockingactid,asgrec.assignment_id,p_pactid,p_chunk, null);

108: SELECT pay_assignment_actions_s.nextval
109: INTO l_lockingactid
110: FROM dual;
111: -- insert the action record.
112: hr_nonrun_asact.insact(l_lockingactid,asgrec.assignment_id,p_pactid,p_chunk, null);
113: end if;
114: end loop;
115: hr_utility.set_location(l_proc, 900);
116: