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 2585: per_per_bus.chk_person_type

2581: -- corresponds to type 'EMP', is currently active and is in the correct
2582: -- business group, otherwise set person type to the active default for EMP
2583: -- in the current business group.
2584: --
2585: per_per_bus.chk_person_type
2586: (p_person_type_id => l_person_type_id
2587: ,p_business_group_id => l_business_group_id
2588: ,p_expected_sys_type => 'EMP'
2589: );

Line 4441: per_per_bus.chk_person_type

4437: -- END IF;
4438: --
4439: -- End of Bug 2929504.
4440: --
4441: per_per_bus.chk_person_type
4442: (p_person_type_id => l_person_type_id
4443: ,p_business_group_id => l_application.business_group_id
4444: ,p_expected_sys_type => 'EX_APL'
4445: );

Line 5360: per_per_bus.chk_person_type

5356: --
5357:
5358: -- Validate that the person_type_id passed is a flavour of 'APL' or derive the default
5359: --
5360: per_per_bus.chk_person_type
5361: (p_person_type_id => l_person_type_id,
5362: p_business_group_id => l_business_group_id,
5363: p_expected_sys_type => 'APL');
5364: --