DBA Data[Home] [Help]

APPS.HR_PERSON_DEPLOYMENT_API dependencies on HR_PERSON_TYPE_USAGE_INFO

Line 1379: elsif hr_person_type_usage_info.is_person_of_type

1375: ,p_name_combination_warning => l_name_combination_warning
1376: ,p_assign_payroll_warning => l_assign_payroll_warning
1377: ,p_orig_hire_warning => l_orig_hire_warning
1378: );
1379: elsif hr_person_type_usage_info.is_person_of_type
1380: (p_effective_date => l_dpl_rec.start_date
1381: ,p_person_id => l_dpl_rec.to_person_id
1382: ,p_system_person_type => 'EMP') then
1383: --already emp so raise error

Line 1387: elsif hr_person_type_usage_info.is_person_of_type

1383: --already emp so raise error
1384: fnd_message.set_name('PER','HR_449616_PDT_ALREADY_EMP');
1385: fnd_message.raise_error;
1386:
1387: elsif hr_person_type_usage_info.is_person_of_type
1388: (p_effective_date => l_dpl_rec.start_date
1389: ,p_person_id => l_dpl_rec.to_person_id
1390: ,p_system_person_type => 'CWK') then
1391: --already cwk so raise error

Line 1395: elsif hr_person_type_usage_info.is_person_of_type

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