DBA Data[Home] [Help]

APPS.HR_CONTINGENT_WORKER_API dependencies on HR_GENERAL

Line 1275: if hr_general2.is_person_type(p_person_id

1271: end if;
1272: --
1273: -- Check against the existing person type records.
1274: --
1275: if hr_general2.is_person_type(p_person_id
1276: ,'EMP'
1277: ,l_effective_date)
1278: or hr_general2.is_person_type(p_person_id
1279: ,'CWK'

Line 1278: or hr_general2.is_person_type(p_person_id

1274: --
1275: if hr_general2.is_person_type(p_person_id
1276: ,'EMP'
1277: ,l_effective_date)
1278: or hr_general2.is_person_type(p_person_id
1279: ,'CWK'
1280: ,l_effective_date) then
1281: fnd_message.set_name('PER','PER_289603_CWK_INV_PERSON_TYPE');
1282: fnd_message.raise_error;

Line 1303: if hr_general2.is_person_type(p_person_id

1299: END IF;
1300: --
1301: -- Check: is this back-to-back contract?
1302: --
1303: if hr_general2.is_person_type(p_person_id
1304: ,'EX_CWK'
1305: ,l_effective_date)
1306: and hr_general2.is_person_type(p_person_id
1307: ,'CWK'

Line 1306: and hr_general2.is_person_type(p_person_id

1302: --
1303: if hr_general2.is_person_type(p_person_id
1304: ,'EX_CWK'
1305: ,l_effective_date)
1306: and hr_general2.is_person_type(p_person_id
1307: ,'CWK'
1308: ,l_effective_date-1) then
1309: l_datetrack_update_mode := 'CORRECTION';
1310: l_ptu_update_mode := 'CORRECTION';

Line 1312: elsif hr_general2.is_person_type(p_person_id

1308: ,l_effective_date-1) then
1309: l_datetrack_update_mode := 'CORRECTION';
1310: l_ptu_update_mode := 'CORRECTION';
1311: hr_utility.set_location(l_proc,70);
1312: elsif hr_general2.is_person_type(p_person_id
1313: ,'EX_EMP'
1314: ,l_effective_date)
1315: and hr_general2.is_person_type(p_person_id
1316: ,'EMP'

Line 1315: and hr_general2.is_person_type(p_person_id

1311: hr_utility.set_location(l_proc,70);
1312: elsif hr_general2.is_person_type(p_person_id
1313: ,'EX_EMP'
1314: ,l_effective_date)
1315: and hr_general2.is_person_type(p_person_id
1316: ,'EMP'
1317: ,l_effective_date-1) then
1318: l_datetrack_update_mode := 'CORRECTION';
1319: l_ptu_update_mode := 'UPDATE';

Line 1709: or not hr_general2.is_person_type(p_person_id

1705: --
1706: open csr_fut_apl(p_person_id,l_effective_date);
1707: fetch csr_fut_apl into l_dummy;
1708: if csr_fut_apl%found
1709: or not hr_general2.is_person_type(p_person_id
1710: ,'CWK'
1711: ,l_effective_date) then
1712: close csr_fut_apl;
1713: fnd_message.set_name('PER','PER_289603_CWK_INV_PERSON_TYPE');

Line 2259: if not (hr_general2.is_person_type

2255: --
2256: -- Check that the corresponding person has a person type usage of
2257: -- contingent worker at the actual termination date.
2258: --
2259: if not (hr_general2.is_person_type
2260: (p_person_id => p_person_id
2261: ,p_person_type => 'CWK'
2262: ,p_effective_date => l_actual_termination_date))
2263: then

Line 2928: if not (hr_general2.is_person_type

2924: hr_utility.set_location(l_proc, 90);
2925: --
2926: -- Check that the corresponding person is of EX_CWK system person type.
2927: --
2928: if not (hr_general2.is_person_type
2929: (p_person_id => p_person_id
2930: ,p_person_type => 'EX_CWK'
2931: ,p_effective_date => l_exemppet_eff_date))
2932: then

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

4184: -- this package peempter.pkb is part of the CORE HR code and UK
4185: -- customer do not use these TAX tables. Only Customers with HR/CERIDIAN
4186: -- use this TAX tables.
4187:
4188: if hr_general.chk_geocodes_installed ='Y' then
4189: hr_utility.set_location(l_proc,140);
4190: pay_us_update_tax_rec_pkg.reverse_term_emp_tax_records
4191: (c_asg_rec.assignment_id
4192: ,l_final_process_date);