DBA Data[Home] [Help]

APPS.PAY_CA_EOY_T4_CANCEL_PKG dependencies on DUAL

Line 962: from dual;

958: ln_primary_assignment_id,
959: l_effective_end_date),'Y') = 'Y' then
960: select pay_assignment_actions_s.nextval
961: into ln_t4cancel_asg_action
962: from dual;
963:
964: hr_utility.trace('New T4 Cancel Action = ' ||
965: to_char(ln_t4cancel_asg_action));
966:

Line 1105: from dual;

1101: l_effective_end_date),'Y') = 'Y' then
1102:
1103: select pay_assignment_actions_s.nextval
1104: into ln_t4cancel_asg_action
1105: from dual;
1106:
1107: hr_utility.trace('New T4 Cancel Action = ' ||
1108: to_char(ln_t4cancel_asg_action));
1109: