DBA Data[Home] [Help]

APPS.FF_GLOBALS_F_BRU dependencies on HR_GENERAL

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

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