DBA Data[Home] [Help]

APPS.HR_APPLICANT_API dependencies on PER_PER_BUS

Line 301: per_per_bus.chk_person_type

297: --
298: -- Perform Business Process additional validation, if required derive
299: -- the person_type_id value.
300: --
301: per_per_bus.chk_person_type
302: (p_person_type_id => l_person_type_id
303: ,p_business_group_id => p_business_group_id
304: ,p_expected_sys_type => 'APL');
305: --

Line 2026: per_per_bus.chk_person_type

2022: -- corresponds to type 'EMP', is currently active and is in the correct
2023: -- business group, otherwise set person type to the active default for EMP
2024: -- in the current business group.
2025: --
2026: per_per_bus.chk_person_type
2027: (p_person_type_id => l_person_type_id
2028: ,p_business_group_id => l_business_group_id
2029: ,p_expected_sys_type => 'EMP'
2030: );

Line 3372: per_per_bus.chk_person_type

3368: -- END IF;
3369: --
3370: -- End of Bug 2929504.
3371: --
3372: per_per_bus.chk_person_type
3373: (p_person_type_id => l_person_type_id
3374: ,p_business_group_id => l_application.business_group_id
3375: ,p_expected_sys_type => 'EX_APL'
3376: );

Line 4287: per_per_bus.chk_person_type

4283: --
4284:
4285: -- Validate that the person_type_id passed is a flavour of 'APL' or derive the default
4286: --
4287: per_per_bus.chk_person_type
4288: (p_person_type_id => l_person_type_id,
4289: p_business_group_id => l_business_group_id,
4290: p_expected_sys_type => 'APL');
4291: --