DBA Data[Home] [Help]

APPS.PAY_CA_T4A_REG dependencies on HR_NONRUN_ASACT

Line 331: hr_nonrun_asact.insact(lockingactid,

327: select pay_assignment_actions_s.nextval
328: into lockingactid
329: from dual;
330:
331: hr_nonrun_asact.insact(lockingactid,
332: l_asg_id,
333: pactid,
334: chunk,
335: l_tax_unit_id);

Line 337: hr_utility.trace('in if loop after calling hr_nonrun_asact.insact pkg 11 '||to_char(l_asg_id));

333: pactid,
334: chunk,
335: l_tax_unit_id);
336:
337: hr_utility.trace('in if loop after calling hr_nonrun_asact.insact pkg 11 '||to_char(l_asg_id));
338:
339: /* Added this to implement T4A Register and T4A Amendment Register
340: using the same report file */
341:

Line 415: hr_nonrun_asact.insact(lockingactid,

411: select pay_assignment_actions_s.nextval
412: into lockingactid
413: from dual;
414:
415: hr_nonrun_asact.insact(lockingactid,
416: l_asg_id,
417: pactid,
418: chunk,
419: l_tax_unit_id);

Line 421: hr_utility.trace('in if loop after calling hr_nonrun_asact.insact pkg 9 '||

417: pactid,
418: chunk,
419: l_tax_unit_id);
420:
421: hr_utility.trace('in if loop after calling hr_nonrun_asact.insact pkg 9 '||
422: to_char(l_asg_id));
423:
424: /* Added this to implement T4A Register and T4A Amendment Register
425: using the same report file */