DBA Data[Home] [Help]

APPS.HR_APPLICANT_INTERNAL dependencies on HR_GENERAL2

Line 665: if hr_general2.is_person_type(

661: ,l_system_person_type
662: ,l_new_sys_person_type
663: ,l_new_person_type_id);
664:
665: if hr_general2.is_person_type(
666: p_person_id => l_person_rec.person_id
667: ,p_person_type => 'EMP'
668: ,p_effective_date => l_effective_date) then
669: l_current_emp_or_apl_flag := 'Y';

Line 764: if hr_general2.is_person_type

760: get_new_EX_APL_person_type(l_person_rec.business_group_id
761: , l_system_person_type
762: , l_new_sys_person_type
763: , l_new_person_type_id);
764: if hr_general2.is_person_type
765: (p_person_id => l_person_rec.person_id
766: ,p_person_type => 'EMP'
767: ,p_effective_date => l_person_rec.effective_start_date) then
768: l_current_emp_or_apl_flag := 'Y';

Line 1514: if hr_general2.is_person_type(

1510: ,l_system_person_type
1511: ,l_new_sys_person_type
1512: ,l_new_person_type_id);
1513: --
1514: if hr_general2.is_person_type(
1515: p_person_id => l_ex_per_rec.person_id
1516: ,p_person_type => 'EMP'
1517: ,p_effective_date => l_effective_date) then
1518: l_current_emp_or_apl_flag := 'Y';