DBA Data[Home] [Help]

APPS.PAY_GB_MOVDED_EDI dependencies on HR_NONRUN_ASACT

Line 627: hr_nonrun_asact.insact(l_ass_act_id,

623: into l_ass_act_id
624: from dual;
625: --
626: -- insert into pay_assignment_actions.
627: hr_nonrun_asact.insact(l_ass_act_id,
628: asg_rec.assignment_id,
629: pactid,
630: chunk,
631: null);

Line 644: hr_nonrun_asact.insint(l_ass_act_id,l_locked_action_id);

640:
641: fnd_file.put_line(fnd_file.LOG,to_char(l_locked_action_id));
642: if l_locked_action_id > 0 then
643: delete pay_action_interlocks where locked_action_id = l_locked_action_id;
644: hr_nonrun_asact.insint(l_ass_act_id,l_locked_action_id);
645: end if;
646: end if;
647:
648: end if;