DBA Data[Home] [Help]

APPS.HR_EMPLOYEE_APPLICANT_API dependencies on PER_PER_BUS

Line 984: per_per_bus.chk_person_type

980: l_system_person_type := 'EMP_APL';
981:
982: /* PTU changes: move this validation as now flavour of EMP must be specified
983: now check before maintain_person_type_usage_call
984: per_per_bus.chk_person_type
985: (p_person_type_id => l_person_type_id
986: ,p_business_group_id => l_per_details_rec.business_group_id
987: ,p_expected_sys_type => l_system_person_type
988: );

Line 1210: per_per_bus.chk_person_type

1206: IF (l_person_type_id1 is null) -- inserting
1207: OR (l_person_type_id1 is not null -- updating with a change in PTU
1208: AND nvl(l_person_type_id,l_person_type_id1) <> l_person_type_id1)
1209: THEN
1210: per_per_bus.chk_person_type
1211: (p_person_type_id => l_person_type_id
1212: ,p_business_group_id => l_per_details_rec.business_group_id
1213: ,p_expected_sys_type => 'EMP'
1214: );

Line 1876: per_per_bus.chk_person_type

1872: -- corresponds to type 'EMP', is currently active and is in the correct
1873: -- business group, otherwise set person type to the active default for EMP
1874: -- in the current business group.
1875: --
1876: per_per_bus.chk_person_type
1877: (p_person_type_id => l_person_type_id
1878: ,p_business_group_id => l_business_group_id
1879: ,p_expected_sys_type => 'EMP'
1880: );