DBA Data[Home] [Help]

APPS.PER_PER_BUS dependencies on PER_BG_NUMBERING_METHOD_PKG

Line 1943: and (PER_BG_NUMBERING_METHOD_PKG.Get_PersonNumber_Formula

1939: l_gen_method = 'A'
1940: and (not g_global_transfer_in_process
1941: OR
1942: (g_global_transfer_in_process
1943: and (PER_BG_NUMBERING_METHOD_PKG.Get_PersonNumber_Formula
1944: ('EMP',p_effective_date) is not null))
1945: and per_per_shd.g_old_rec.employee_number is not null)
1946: then
1947: hr_utility.set_message(801, 'HR_51239_PER_INV_EMP_UPD');

Line 1972: and (PER_BG_NUMBERING_METHOD_PKG.Get_PersonNumber_Formula

1968: p_employee_number is not null
1969: and (not g_global_transfer_in_process
1970: OR
1971: (g_global_transfer_in_process
1972: and (PER_BG_NUMBERING_METHOD_PKG.Get_PersonNumber_Formula
1973: ('EMP',p_effective_date) is not null)))
1974: then
1975: --
1976: hr_utility.set_message(801,'HR_51240_PER_EMP_NUM_NOT_NULL');

Line 2015: and ( PER_BG_NUMBERING_METHOD_PKG.Get_PersonNumber_Formula

2011: -- Call number generation routine.
2012: --
2013: if l_gen_method = 'A'
2014: and nvl(fnd_profile.value('PER_GLOBAL_EMP_NUM'),'N') = 'Y'
2015: and ( PER_BG_NUMBERING_METHOD_PKG.Get_PersonNumber_Formula
2016: ('EMP',p_effective_date)) is null
2017: and p_employee_number is not null
2018: and g_global_transfer_in_process then
2019: --