DBA Data[Home] [Help]

APPS.HR_CONTINGENT_WORKER_API dependencies on HR_GENERAL

Line 960: if hr_general2.is_person_type(p_person_id

956: end if;
957: --
958: -- Check against the existing person type records.
959: --
960: if hr_general2.is_person_type(p_person_id
961: ,'EMP'
962: ,l_effective_date)
963: or hr_general2.is_person_type(p_person_id
964: ,'CWK'

Line 963: or hr_general2.is_person_type(p_person_id

959: --
960: if hr_general2.is_person_type(p_person_id
961: ,'EMP'
962: ,l_effective_date)
963: or hr_general2.is_person_type(p_person_id
964: ,'CWK'
965: ,l_effective_date) then
966: fnd_message.set_name('PER','PER_289603_CWK_INV_PERSON_TYPE');
967: fnd_message.raise_error;

Line 988: if hr_general2.is_person_type(p_person_id

984: END IF;
985: --
986: -- Check: is this back-to-back contract?
987: --
988: if hr_general2.is_person_type(p_person_id
989: ,'EX_CWK'
990: ,l_effective_date)
991: and hr_general2.is_person_type(p_person_id
992: ,'CWK'

Line 991: and hr_general2.is_person_type(p_person_id

987: --
988: if hr_general2.is_person_type(p_person_id
989: ,'EX_CWK'
990: ,l_effective_date)
991: and hr_general2.is_person_type(p_person_id
992: ,'CWK'
993: ,l_effective_date-1) then
994: l_datetrack_update_mode := 'CORRECTION';
995: l_ptu_update_mode := 'CORRECTION';

Line 997: elsif hr_general2.is_person_type(p_person_id

993: ,l_effective_date-1) then
994: l_datetrack_update_mode := 'CORRECTION';
995: l_ptu_update_mode := 'CORRECTION';
996: hr_utility.set_location(l_proc,70);
997: elsif hr_general2.is_person_type(p_person_id
998: ,'EX_EMP'
999: ,l_effective_date)
1000: and hr_general2.is_person_type(p_person_id
1001: ,'EMP'

Line 1000: and hr_general2.is_person_type(p_person_id

996: hr_utility.set_location(l_proc,70);
997: elsif hr_general2.is_person_type(p_person_id
998: ,'EX_EMP'
999: ,l_effective_date)
1000: and hr_general2.is_person_type(p_person_id
1001: ,'EMP'
1002: ,l_effective_date-1) then
1003: l_datetrack_update_mode := 'CORRECTION';
1004: l_ptu_update_mode := 'UPDATE';

Line 1343: or not hr_general2.is_person_type(p_person_id

1339: --
1340: open csr_fut_apl(p_person_id,l_effective_date);
1341: fetch csr_fut_apl into l_dummy;
1342: if csr_fut_apl%found
1343: or not hr_general2.is_person_type(p_person_id
1344: ,'CWK'
1345: ,l_effective_date) then
1346: close csr_fut_apl;
1347: fnd_message.set_name('PER','PER_289603_CWK_INV_PERSON_TYPE');

Line 1871: if not (hr_general2.is_person_type

1867: --
1868: -- Check that the corresponding person has a person type usage of
1869: -- contingent worker at the actual termination date.
1870: --
1871: if not (hr_general2.is_person_type
1872: (p_person_id => p_person_id
1873: ,p_person_type => 'CWK'
1874: ,p_effective_date => l_actual_termination_date))
1875: then

Line 2507: if not (hr_general2.is_person_type

2503: hr_utility.set_location(l_proc, 90);
2504: --
2505: -- Check that the corresponding person is of EX_CWK system person type.
2506: --
2507: if not (hr_general2.is_person_type
2508: (p_person_id => p_person_id
2509: ,p_person_type => 'EX_CWK'
2510: ,p_effective_date => l_exemppet_eff_date))
2511: then

Line 3731: if hr_general.chk_geocodes_installed ='Y' then

3727: -- this package peempter.pkb is part of the CORE HR code and UK
3728: -- customer do not use these TAX tables. Only Customers with HR/CERIDIAN
3729: -- use this TAX tables.
3730:
3731: if hr_general.chk_geocodes_installed ='Y' then
3732: hr_utility.set_location(l_proc,140);
3733: pay_us_update_tax_rec_pkg.reverse_term_emp_tax_records
3734: (c_asg_rec.assignment_id
3735: ,l_final_process_date);