DBA Data[Home] [Help]

APPS.FF_GLOBALS_F_BRU dependencies on HR_GENERAL

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

5: */
6: before update
7: ON "APPS"."FF_GLOBALS_F" for each row
8: begin
9: if hr_general.g_data_migrator_mode <> 'Y' then
10: -- disallow update of any significant column (which would require change
11: -- to third party records in FF dictionary)
12: if :OLD.global_name <> :NEW.global_name or
13: :OLD.data_type <> :NEW.data_type or