DBA Data[Home] [Help]

APPS.HR_PERSON_DEPLOYMENT_API dependencies on HR_PERSON_TYPE_USAGE_INFO

Line 1385: elsif hr_person_type_usage_info.is_person_of_type

1381: ,p_name_combination_warning => l_name_combination_warning
1382: ,p_assign_payroll_warning => l_assign_payroll_warning
1383: ,p_orig_hire_warning => l_orig_hire_warning
1384: );
1385: elsif hr_person_type_usage_info.is_person_of_type
1386: (p_effective_date => l_dpl_rec.start_date
1387: ,p_person_id => l_dpl_rec.to_person_id
1388: ,p_system_person_type => 'EMP') then
1389: --already emp so raise error

Line 1393: elsif hr_person_type_usage_info.is_person_of_type

1389: --already emp so raise error
1390: fnd_message.set_name('PER','HR_449616_PDT_ALREADY_EMP');
1391: fnd_message.raise_error;
1392:
1393: elsif hr_person_type_usage_info.is_person_of_type
1394: (p_effective_date => l_dpl_rec.start_date
1395: ,p_person_id => l_dpl_rec.to_person_id
1396: ,p_system_person_type => 'CWK') then
1397: --already cwk so raise error

Line 1401: elsif hr_person_type_usage_info.is_person_of_type

1397: --already cwk so raise error
1398: fnd_message.set_name('PER','HR_449617_PDT_ALREADY_CWK');
1399: fnd_message.raise_error;
1400:
1401: elsif hr_person_type_usage_info.is_person_of_type
1402: (p_effective_date => l_dpl_rec.start_date
1403: ,p_person_id => l_dpl_rec.to_person_id
1404: ,p_system_person_type => 'APL') then
1405: --error out in this case, there is no way to create an employee record from here