DBA Data[Home] [Help]

APPS.PER_MX_SSAFFL_DISPMAG dependencies on HR_NONRUN_ASACT

Line 363: hr_nonrun_asact.insact(ln_action_id,

359: from dual;
360:
361:
362: -- insert into pay_assignment_actions.
363: hr_nonrun_asact.insact(ln_action_id,
364: ln_assignment_id,
365: p_payroll_action_id,
366: p_chunk,
367: ln_tax_unit_id, -- nvl(ln_gre_id,ln_trans_gre_id),

Line 377: hr_nonrun_asact.insint(ln_action_id,

373:
374: -- insert an interlock to this action
375: dbg('Locking Action = ' || to_char(ln_action_id));
376: dbg('Locked Action = ' || to_char(ln_action_context_id));
377: hr_nonrun_asact.insint(ln_action_id,
378: ln_action_context_id);
379:
380:
381: end loop;