DBA Data[Home] [Help]

APPS.HRASSACT dependencies on PAY_POPULATION_RANGES

Line 1964: delete from pay_population_ranges ppr

1960: p_failed_assact := null;
1961: --
1962: -- If a process has failed disasterously, there could
1963: -- be range rows still hanging around. Need to trash these.
1964: delete from pay_population_ranges ppr
1965: where ppr.payroll_action_id = p_payroll_action_id;
1966: --
1967: -- We need to roll back assignment actions in reverse order
1968: -- from high action_sequence down (for multiple assignments).