DBA Data[Home] [Help]

APPS.HR_EMPLOYEE_APPLICANT_API dependencies on PER_PER_BUS

Line 1102: per_per_bus.chk_person_type

1098: l_system_person_type := 'EMP_APL';
1099:
1100: /* PTU changes: move this validation as now flavour of EMP must be specified
1101: now check before maintain_person_type_usage_call
1102: per_per_bus.chk_person_type
1103: (p_person_type_id => l_person_type_id
1104: ,p_business_group_id => l_per_details_rec.business_group_id
1105: ,p_expected_sys_type => l_system_person_type
1106: );

Line 1352: per_per_bus.chk_person_type

1348: IF (l_person_type_id1 is null) -- inserting
1349: OR (l_person_type_id1 is not null -- updating with a change in PTU
1350: AND nvl(l_person_type_id,l_person_type_id1) <> l_person_type_id1)
1351: THEN
1352: per_per_bus.chk_person_type
1353: (p_person_type_id => l_person_type_id
1354: ,p_business_group_id => l_per_details_rec.business_group_id
1355: ,p_expected_sys_type => 'EMP'
1356: );

Line 2153: per_per_bus.chk_person_type

2149: -- corresponds to type 'EMP', is currently active and is in the correct
2150: -- business group, otherwise set person type to the active default for EMP
2151: -- in the current business group.
2152: --
2153: per_per_bus.chk_person_type
2154: (p_person_type_id => l_person_type_id
2155: ,p_business_group_id => l_business_group_id
2156: ,p_expected_sys_type => 'EMP'
2157: );

Line 4687: per_per_bus.chk_person_type

4683: -- corresponds to type 'EMP', is currently active and is in the correct
4684: -- business group, otherwise set person type to the active default for EMP
4685: -- in the current business group.
4686: --
4687: per_per_bus.chk_person_type
4688: (p_person_type_id => l_person_type_id
4689: ,p_business_group_id => l_business_group_id
4690: ,p_expected_sys_type => 'EMP'
4691: );