DBA Data[Home] [Help]

APPS.PER_SPP_INS dependencies on HR_PUMP_UTILS

Line 933: if hr_pump_utils.current_session_running then

929: -- Always perform locking for set-up data parent
930: -- tables, unless this is a Data Pump session AND
931: -- the 'PUMP_DT_ENFORCE_FOREIGN_LOCKS' switch
932: -- has been set to no.
933: if hr_pump_utils.current_session_running then
934: l_enforce_foreign_locking := hr_pump_utils.dt_enforce_foreign_locks;
935: else
936: l_enforce_foreign_locking := true;
937: end if;

Line 934: l_enforce_foreign_locking := hr_pump_utils.dt_enforce_foreign_locks;

930: -- tables, unless this is a Data Pump session AND
931: -- the 'PUMP_DT_ENFORCE_FOREIGN_LOCKS' switch
932: -- has been set to no.
933: if hr_pump_utils.current_session_running then
934: l_enforce_foreign_locking := hr_pump_utils.dt_enforce_foreign_locks;
935: else
936: l_enforce_foreign_locking := true;
937: end if;
938: