DBA Data[Home] [Help]

APPS.PAY_ZA_PAYSLIP_ARCHIVE dependencies on DUAL

Line 2396: from dual;

2392:
2393: -- Select the next Assignment Action ID
2394: select pay_assignment_actions_s.nextval
2395: into l_actid
2396: from dual;
2397:
2398: -- retrieve the tax_unit_id
2399: l_tax_unit_id := null;
2400:

Line 2632: FROM dual;

2628:
2629: -- create additional archive assignment actions and interlocks
2630: SELECT pay_assignment_actions_s.NEXTVAL
2631: INTO l_actid
2632: FROM dual;
2633:
2634: hr_utility.set_location('csr_child_rec.run_type = ' ||
2635: csr_child_rec.run_type,30);
2636: hr_utility.set_location('csr_rec.master_assignment_action_id = ' ||