DBA Data[Home] [Help]

APPS.PAY_IP_PAYROLL_ARCH dependencies on DUAL

Line 2606: FROM dual;

2602: hr_utility.trace('Action_type = '||lv_action_type );
2603:
2604: SELECT pay_assignment_actions_s.NEXTVAL
2605: INTO ln_xfr_action_id
2606: FROM dual;
2607:
2608: -- insert into pay_assignment_actions.
2609: hr_nonrun_asact.insact(ln_xfr_action_id,
2610: ln_assignment_id,

Line 4116: action back to the individual run assignment actions. These run

4112: Payslip, Check Writer, Deposit Advice modules.
4113: Arguments :
4114: Notes : This procedure is the final step in the Payroll Archive Reporting
4115: process. This procedure traces back from the Archiver assignment
4116: action back to the individual run assignment actions. These run
4117: assignment action Ids will then be used to call a process_actions
4118: procedure. This procedure will actually load all the data to be
4119: archived into a PL-SQL table. The API for the PAY_ACTION_INFORMATION
4120: table will finally be called to insert the data from the PL-SQL

Line 4515: FROM dual;

4511:
4512: ln_step := 13;
4513: SELECT pay_assignment_actions_s.nextval
4514: INTO ln_child_xfr_action_id
4515: FROM dual;
4516:
4517: hr_utility.set_location(gv_package || lv_procedure_name, 70);
4518:
4519: -- insert into pay_assignment_actions.