DBA Data[Home] [Help]

APPS.SSP_PDS_T1 dependencies on HR_GENERAL

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

9: or old.prior_employment_ssp_paid_to
10: <> new.prior_employment_ssp_paid_to)
11: ) DECLARE
12: BEGIN
13: if hr_general.g_data_migrator_mode <> 'Y' then
14: if ssp_ssp_pkg.ssp_is_installed then
15: ssp_ssp_pkg.SSP1L_control (:new.person_id, :new.date_start);
16: end if;
17: end if;