DBA Data[Home] [Help]

APPS.HR_CONTACT_API dependencies on PER_PER_BUS

Line 296: per_per_bus.chk_person_type

292: -- corresponds to type 'OTHER', is currently active and is in the correct
293: -- business group, otherwise set person type to the active default for OTHER
294: -- in the current business group.
295: --
296: per_per_bus.chk_person_type
297: (p_person_type_id => l_person_type_id
298: ,p_business_group_id => p_business_group_id
299: ,p_expected_sys_type => 'OTHER'
300: );

Line 974: per_per_bus.chk_person_type

970: -- corresponds to type 'OTHER', is currently active and is in the correct
971: -- business group, otherwise set person type to the active default for OTHER
972: -- in the current business group.
973: --
974: per_per_bus.chk_person_type
975: (p_person_type_id => l_person_type_id
976: ,p_business_group_id => p_business_group_id
977: ,p_expected_sys_type => 'OTHER'
978: );