DBA Data[Home] [Help]

APPS.FF_FTYPE_CONTEXT_USAGES_BRU dependencies on HR_UTILITY

Line 12: hr_utility.set_message(802,'Cannot update FORMULA_TYPE_ID');

8: ON "APPS"."FF_FTYPE_CONTEXT_USAGES" for each row
9: begin
10: if hr_general.g_data_migrator_mode <> 'Y' then
11: if (:NEW.FORMULA_TYPE_ID <> :OLD.FORMULA_TYPE_ID) then
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);

Line 13: hr_utility.raise_error;

9: begin
10: if hr_general.g_data_migrator_mode <> 'Y' then
11: if (:NEW.FORMULA_TYPE_ID <> :OLD.FORMULA_TYPE_ID) then
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