DBA Data[Home] [Help]

APPS.PER_PER_BUS dependencies on PER_BG_NUMBERING_METHOD_PKG

Line 1939: and (PER_BG_NUMBERING_METHOD_PKG.Get_PersonNumber_Formula

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

Line 1968: and (PER_BG_NUMBERING_METHOD_PKG.Get_PersonNumber_Formula

1964: p_employee_number is not null
1965: and (not g_global_transfer_in_process
1966: OR
1967: (g_global_transfer_in_process
1968: and (PER_BG_NUMBERING_METHOD_PKG.Get_PersonNumber_Formula
1969: ('EMP',p_effective_date) is not null)))
1970: then
1971: --
1972: hr_utility.set_message(801,'HR_51240_PER_EMP_NUM_NOT_NULL');

Line 2011: and ( PER_BG_NUMBERING_METHOD_PKG.Get_PersonNumber_Formula

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