DBA Data[Home] [Help]

APPS.PAY_ZA_CDV_PARAM_WHO dependencies on HR_GENERAL

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

2: before insert or update on pay_za_cdv_parameters
3: for each row
4: begin
5:
6: if hr_general.g_data_migrator_mode <> 'Y' then
7:
8: if inserting
9: and :new.created_by is null
10: and :new.creation_date is null then