DBA Data[Home] [Help]

APPS.PAY_CA_EOY_T4A_AMEND_REG dependencies on DUAL

Line 948: from dual;

944: l_effective_end_date),'Y') = 'Y' then
945:
946: select pay_assignment_actions_s.nextval
947: into ln_t4a_amend_reg_asg_action
948: from dual;
949:
950: hr_utility.trace('New T4A Amend Action = ' ||
951: to_char(ln_t4a_amend_reg_asg_action));
952:

Line 1104: from dual;

1100: ln_primary_assignment_id,
1101: l_effective_end_date),'Y') = 'Y' then
1102: select pay_assignment_actions_s.nextval
1103: into ln_t4a_amend_reg_asg_action
1104: from dual;
1105:
1106: hr_utility.trace('New T4A Amend Action = ' ||
1107: to_char(ln_t4a_amend_reg_asg_action));
1108:

Line 1242: from dual;

1238: hr_utility.trace('Report Type: '||lv_report_type);
1239:
1240: select pay_assignment_actions_s.nextval
1241: into ln_t4a_amend_reg_asg_action
1242: from dual;
1243:
1244: hr_utility.trace('New T4A Amend Action = ' ||
1245: to_char(ln_t4a_amend_reg_asg_action));
1246:

Line 1349: from dual;

1345: /* Create an assignment action for this person */
1346:
1347: select pay_assignment_actions_s.nextval
1348: into ln_t4a_amend_reg_asg_action
1349: from dual;
1350:
1351: hr_utility.trace('New T4A Amend Action = ' || ln_t4a_amend_reg_asg_action);
1352:
1353: /* Insert into pay_assignment_actions. */