DBA Data[Home] [Help]

APPS.HR_CONTINGENT_WORKER_API dependencies on PER_PER_BUS

Line 339: per_per_bus.chk_person_type

335: -- corresponds to type 'CWK', is currently active and is in the correct
336: -- business group, otherwise set person type to the active default for CWK
337: -- in the current business group.
338: --
339: per_per_bus.chk_person_type
340: (p_person_type_id => l_person_type_id
341: ,p_business_group_id => p_business_group_id
342: ,p_expected_sys_type => 'CWK'
343: );

Line 941: per_per_bus.chk_person_type

937: -- corresponds to type 'CWK', is currently active and is in the correct
938: -- business group, otherwise set person type to the active default for CWK
939: -- in the current business group.
940: --
941: per_per_bus.chk_person_type
942: (p_person_type_id => l_person_type_id
943: ,p_business_group_id => l_per_details_rec.business_group_id
944: ,p_expected_sys_type => 'CWK'
945: );

Line 1359: per_per_bus.chk_person_type

1355: -- corresponds to type 'APL', is currently active and is in the correct
1356: -- business group, otherwise set person type to the active default for APL
1357: -- in the current business group.
1358: --
1359: per_per_bus.chk_person_type
1360: (p_person_type_id => l_person_type_id
1361: ,p_business_group_id => l_per_details_rec.business_group_id
1362: ,p_expected_sys_type => 'APL'
1363: );

Line 1914: per_per_bus.chk_person_type

1910: -- contingent worker person type. l_person_type_id is
1911: -- passed because it is an IN OUT parameter and is populated
1912: -- with the default person_type_id if it was null.
1913: --
1914: per_per_bus.chk_person_type
1915: (p_person_type_id => l_person_type_id
1916: ,p_business_group_id => l_business_group_id
1917: ,p_expected_sys_type => 'EX_CWK'
1918: );