DBA Data[Home] [Help]

APPS.BEN_BENEFIT_CONTRIBUTIONS_WHO dependencies on HR_GENERAL

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

4: declare
5: l_sysdate DATE := sysdate;
6: begin
7: -- Trigger generated by hrcretrg2.sql at 2007/01/04 02:58:00.
8: if hr_general.g_data_migrator_mode <> 'Y' then
9: if inserting and
10: :new.created_by is null and
11: :new.creation_date is null then
12: :new.created_by := fnd_global.user_id;