DBA Data[Home] [Help]

APPS.PAY_DEFINED_BALANCES_BRD dependencies on HR_UTILITY

Line 10: hr_utility.set_location('pay_defined_balances_brd',1);

6: if hr_general.g_data_migrator_mode <> 'Y' then
7: --
8: -- delete the FF User Entity, this cascades to delete the database item
9: -- and the user where clause filler.
10: hr_utility.set_location('pay_defined_balances_brd',1);
11: delete from ff_user_entities UE
12: where UE.creator_type in ('B', 'RB')
13: and UE.creator_id = :OLD.defined_balance_id;
14: --

Line 15: hr_utility.set_location('pay_defined_balances_brd',2);

11: delete from ff_user_entities UE
12: where UE.creator_type in ('B', 'RB')
13: and UE.creator_id = :OLD.defined_balance_id;
14: --
15: hr_utility.set_location('pay_defined_balances_brd',2);
16: end if;
17: end pay_defined_balances_brd;
18: