DBA Data[Home] [Help]

APPS.FF_CONTEXTS_BRD dependencies on HR_GENERAL

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

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