DBA Data[Home] [Help]

APPS.PAY_CA_T4_REG dependencies on HR_NONRUN_ASACT

Line 867: hr_nonrun_asact.insact(lockingactid,

863: select pay_assignment_actions_s.nextval
864: into lockingactid
865: from dual;
866:
867: hr_nonrun_asact.insact(lockingactid,
868: l_asg_id,
869: pactid,
870: chunk,
871: l_tax_unit_id);

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

868: l_asg_id,
869: pactid,
870: chunk,
871: l_tax_unit_id);
872: hr_utility.trace('in if loop after calling hr_nonrun_asact.insact pkg 11 '
873: ||to_char(l_asg_id));
874: /* Added this to implement T4 Register and T4 Amendment Register
875: using the same report file */
876:

Line 1159: hr_nonrun_asact.insact(lockingactid,

1155: select pay_assignment_actions_s.nextval
1156: into lockingactid
1157: from dual;
1158:
1159: hr_nonrun_asact.insact(lockingactid,
1160: l_asg_id,
1161: pactid,
1162: chunk,
1163: l_tax_unit_id);

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

1161: pactid,
1162: chunk,
1163: l_tax_unit_id);
1164:
1165: hr_utility.trace('in if loop after calling hr_nonrun_asact.insact pkg 9 '
1166: ||to_char(l_asg_id));
1167:
1168: /* Added this to implement T4 Register and T4 Amendment Register
1169: using the same report file */