DBA Data[Home] [Help]

APPS.HR_DELETE dependencies on PAY_BALANCE_CONTEXT_VALUES

Line 634: delete from pay_balance_context_values

630: -- at the time of the original processing.
631: --
632: for lbrec in lbcur(p_business_group_id) loop
633: if (lbrec.bal_type in ('ASG', 'PER')) then
634: delete from pay_balance_context_values
635: where latest_balance_id = lbrec.latest_balance_id;
636: end if;
637: --
638: if lbrec.bal_type = 'ASG' then