DBA Data[Home] [Help]

APPS.FF_FTYPE_CONTEXT_USAGES_BRU dependencies on FFDICT

Line 16: ffdict.delete_ftcu_check(:OLD.FORMULA_TYPE_ID, :OLD.CONTEXT_ID);

12: hr_utility.set_message(802,'Cannot update FORMULA_TYPE_ID');
13: hr_utility.raise_error;
14: end if;
15: -- Check whether it is OK to remove the old context usage
16: ffdict.delete_ftcu_check(:OLD.FORMULA_TYPE_ID, :OLD.CONTEXT_ID);
17: -- It is always OK to add a context, so the NEW value should be OK
18: end if;
19: end ff_ftype_context_usages_bru;
20: