DBA Data[Home] [Help]

APPS.BEN_EXT_ADD_EVT dependencies on HR_GENERAL

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

16: if ((:new.business_group_id is not null)
17: and (:new.person_id is not null) ) then
18: --
19: -- Not to be called when Data Migrator is in progress
20: if hr_general.g_data_migrator_mode <> 'Y' then
21: l_old_rec.address_id := :old.address_id;
22: l_old_rec.primary_flag := :old.primary_flag;
23: l_old_rec.person_id := :old.person_id;
24: l_old_rec.business_group_id := :old.business_group_id;