DBA Data[Home] [Help]

APPS.PAY_CA_T4A_REG dependencies on HR_NONRUN_ASACT

Line 725: hr_nonrun_asact.insact(lockingactid,

721: select pay_assignment_actions_s.nextval
722: into lockingactid
723: from dual;
724:
725: hr_nonrun_asact.insact(lockingactid,
726: l_asg_id,
727: pactid,
728: chunk,
729: l_tax_unit_id);

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

727: pactid,
728: chunk,
729: l_tax_unit_id);
730:
731: hr_utility.trace('in if loop after calling hr_nonrun_asact.insact pkg 11 '||to_char(l_asg_id));
732:
733: /* Added this to implement T4A Register and T4A Amendment Register
734: using the same report file */
735:

Line 969: hr_nonrun_asact.insact(lockingactid,

965: select pay_assignment_actions_s.nextval
966: into lockingactid
967: from dual;
968:
969: hr_nonrun_asact.insact(lockingactid,
970: l_asg_id,
971: pactid,
972: chunk,
973: l_tax_unit_id);

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

971: pactid,
972: chunk,
973: l_tax_unit_id);
974:
975: hr_utility.trace('in if loop after calling hr_nonrun_asact.insact pkg 9 '||
976: to_char(l_asg_id));
977:
978: /* Added this to implement T4A Register and T4A Amendment Register
979: using the same report file */