DBA Data[Home] [Help]

APPS.HRASSACT dependencies on PAY_POPULATION_RANGES

Line 1996: delete from pay_population_ranges ppr

1992: p_failed_assact := null;
1993: --
1994: -- If a process has failed disasterously, there could
1995: -- be range rows still hanging around. Need to trash these.
1996: delete from pay_population_ranges ppr
1997: where ppr.payroll_action_id = p_payroll_action_id;
1998: --
1999: -- We need to roll back assignment actions in reverse order
2000: -- from high action_sequence down (for multiple assignments).