DBA Data[Home] [Help]

APPS.PAY_ARCHIVE dependencies on PAY_POPULATION_RANGES

Line 47: alogue 23-JUN-2003 Handle removal of lines from pay_population_ranges

43: initialisation procedure.
44: mreid 26-MAR-2002 Bug 2281868. Added legislation_code to
45: csr_defined_balance cursor.
46: nbristow 16-JUL-2002 Added standard_deinit.
47: alogue 23-JUN-2003 Handle removal of lines from pay_population_ranges
48: in remove_report_actions. Bug 3017447.
49: nbristow 16-DEC-2003 Now delteting from pay_temp_object_actions.
50: alogue 25-FEB-2004 Bulk operations within remove_report_actions
51: for performance purposes.

Line 1352: delete from pay_population_ranges

1348: delete from PAY_MESSAGE_LINES
1349: where source_id = p_pact_id
1350: and source_type = 'P';
1351: --
1352: delete from pay_population_ranges
1353: where payroll_action_id = p_pact_id;
1354: --
1355: delete from pay_payroll_actions
1356: where payroll_action_id = p_pact_id;