DBA Data[Home] [Help]

APPS.FF_CONTEXTS_BRD dependencies on FFDICT

Line 15: if (ffdict.is_used_in_formula(:OLD.context_name, null,null)) then

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');
17: hr_utility.set_message_token('1',:OLD.context_name);
18: hr_utility.raise_error;
19: end if;