DBA Data[Home] [Help]

APPS.FF_CONTEXTS_BRD dependencies on HR_GENERAL

Line 11: if hr_general.g_data_migrator_mode <> 'Y' then

7: */
8: before delete
9: ON "APPS"."FF_CONTEXTS" for each row
10: begin
11: if hr_general.g_data_migrator_mode <> 'Y' then
12: -- if context used in a formula, fail
13: -- Pass null bus grp and leg code so all formulae are considered
14: if (ffdict.is_used_in_formula(:OLD.context_name, null,null)) then
15: hr_utility.set_message(802,'FF75_ITEM_USED_IN_FORMULA');