DBA Data[Home] [Help]

APPS.HR_CN_API dependencies on PER_PER_BUS

Line 616: if per_per_bus.g_global_transfer_in_process is null

612: IF hr_cn_api.chk_person_type(l_system_person_type)
613: THEN
614: --Bug 8615627 :suppressed the china national identifier check during global deployment
615: --
616: if per_per_bus.g_global_transfer_in_process is null
617: or per_per_bus.g_global_transfer_in_process = false then
618:
619: IF p_expatriate_indicator ='N' AND p_national_identIFier IS NULL THEN
620: hr_api.mandatory_arg_error

Line 617: or per_per_bus.g_global_transfer_in_process = false then

613: THEN
614: --Bug 8615627 :suppressed the china national identifier check during global deployment
615: --
616: if per_per_bus.g_global_transfer_in_process is null
617: or per_per_bus.g_global_transfer_in_process = false then
618:
619: IF p_expatriate_indicator ='N' AND p_national_identIFier IS NULL THEN
620: hr_api.mandatory_arg_error
621: (p_api_name => l_proc,