DBA Data[Home] [Help]

APPS.PAY_CA_T4_REG dependencies on HR_NONRUN_ASACT

Line 402: hr_nonrun_asact.insact(lockingactid,

398: select pay_assignment_actions_s.nextval
399: into lockingactid
400: from dual;
401:
402: hr_nonrun_asact.insact(lockingactid,
403: l_asg_id,
404: pactid,
405: chunk,
406: l_tax_unit_id);

Line 407: hr_utility.trace('in if loop after calling hr_nonrun_asact.insact pkg 11 '

403: l_asg_id,
404: pactid,
405: chunk,
406: l_tax_unit_id);
407: hr_utility.trace('in if loop after calling hr_nonrun_asact.insact pkg 11 '
408: ||to_char(l_asg_id));
409: /* Added this to implement T4 Register and T4 Amendment Register
410: using the same report file */
411:

Line 527: hr_nonrun_asact.insact(lockingactid,

523: select pay_assignment_actions_s.nextval
524: into lockingactid
525: from dual;
526:
527: hr_nonrun_asact.insact(lockingactid,
528: l_asg_id,
529: pactid,
530: chunk,
531: l_tax_unit_id);

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

529: pactid,
530: chunk,
531: l_tax_unit_id);
532:
533: hr_utility.trace('in if loop after calling hr_nonrun_asact.insact pkg 9 '
534: ||to_char(l_asg_id));
535:
536: /* Added this to implement T4 Register and T4 Amendment Register
537: using the same report file */