DBA Data[Home] [Help]

APPS.HR_CONTINGENT_WORKER_API dependencies on PER_PER_BUS

Line 622: per_per_bus.chk_person_type

618: -- corresponds to type 'CWK', is currently active and is in the correct
619: -- business group, otherwise set person type to the active default for CWK
620: -- in the current business group.
621: --
622: per_per_bus.chk_person_type
623: (p_person_type_id => l_person_type_id
624: ,p_business_group_id => p_business_group_id
625: ,p_expected_sys_type => 'CWK'
626: );

Line 1244: per_per_bus.chk_person_type

1240: -- corresponds to type 'CWK', is currently active and is in the correct
1241: -- business group, otherwise set person type to the active default for CWK
1242: -- in the current business group.
1243: --
1244: per_per_bus.chk_person_type
1245: (p_person_type_id => l_person_type_id
1246: ,p_business_group_id => l_per_details_rec.business_group_id
1247: ,p_expected_sys_type => 'CWK'
1248: );

Line 1725: per_per_bus.chk_person_type

1721: -- corresponds to type 'APL', is currently active and is in the correct
1722: -- business group, otherwise set person type to the active default for APL
1723: -- in the current business group.
1724: --
1725: per_per_bus.chk_person_type
1726: (p_person_type_id => l_person_type_id
1727: ,p_business_group_id => l_per_details_rec.business_group_id
1728: ,p_expected_sys_type => 'APL'
1729: );

Line 2314: per_per_bus.chk_person_type

2310: -- contingent worker person type. l_person_type_id is
2311: -- passed because it is an IN OUT parameter and is populated
2312: -- with the default person_type_id if it was null.
2313: --
2314: per_per_bus.chk_person_type
2315: (p_person_type_id => l_person_type_id
2316: ,p_business_group_id => l_business_group_id
2317: ,p_expected_sys_type => 'EX_CWK'
2318: );