DBA Data[Home] [Help]

APPS.BEN_EXT_PER_EVT dependencies on HR_GENERAL

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

9: --
10: begin
11: --
12: -- Not to be called when Data Migrator is in progress
13: if hr_general.g_data_migrator_mode <> 'Y' then
14: --
15: l_old_rec.national_identifier := :old.national_identifier;
16: l_old_rec.full_name := :old.full_name;
17: l_old_rec.last_name := :old.last_name;