DBA Data[Home] [Help]

APPS.HR_CONTINGENT_WORKER_API dependencies on FND_MESSAGE

Line 931: fnd_message.set_name('PER','PER_289602_CWK_INV_PERSON_ID');

927: FETCH csr_per_details INTO l_per_details_rec;
928: IF csr_per_details%NOTFOUND
929: THEN
930: CLOSE csr_per_details;
931: fnd_message.set_name('PER','PER_289602_CWK_INV_PERSON_ID');
932: fnd_message.raise_error;
933: END IF;
934: CLOSE csr_per_details;
935: --

Line 932: fnd_message.raise_error;

928: IF csr_per_details%NOTFOUND
929: THEN
930: CLOSE csr_per_details;
931: fnd_message.set_name('PER','PER_289602_CWK_INV_PERSON_ID');
932: fnd_message.raise_error;
933: END IF;
934: CLOSE csr_per_details;
935: --
936: -- If the specified person type id is not null then check that it

Line 954: fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');

950: if hr_person.chk_future_person_type(l_per_details_rec.system_person_type
951: ,p_person_id
952: ,l_per_details_rec.business_group_id
953: ,p_effective_date) then
954: fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');
955: fnd_message.raise_error;
956: end if;
957: --
958: -- Check against the existing person type records.

Line 955: fnd_message.raise_error;

951: ,p_person_id
952: ,l_per_details_rec.business_group_id
953: ,p_effective_date) then
954: fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');
955: fnd_message.raise_error;
956: end if;
957: --
958: -- Check against the existing person type records.
959: --

Line 966: fnd_message.set_name('PER','PER_289603_CWK_INV_PERSON_TYPE');

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;
968: elsif l_per_details_rec.system_person_type = 'OTHER' then
969: l_person_type_id1 := hr_person_type_usage_info.get_default_person_type_id
970: (l_per_details_rec.business_group_id,

Line 967: fnd_message.raise_error;

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;
968: elsif l_per_details_rec.system_person_type = 'OTHER' then
969: l_person_type_id1 := hr_person_type_usage_info.get_default_person_type_id
970: (l_per_details_rec.business_group_id,
971: 'OTHER');

Line 1320: fnd_message.set_name('PER','PER_289602_CWK_INV_PERSON_ID');

1316: FETCH csr_per_details INTO l_per_details_rec;
1317: IF csr_per_details%NOTFOUND
1318: THEN
1319: CLOSE csr_per_details;
1320: fnd_message.set_name('PER','PER_289602_CWK_INV_PERSON_ID');
1321: fnd_message.raise_error;
1322: END IF;
1323: CLOSE csr_per_details;
1324: hr_utility.set_location(l_proc, 25);

Line 1321: fnd_message.raise_error;

1317: IF csr_per_details%NOTFOUND
1318: THEN
1319: CLOSE csr_per_details;
1320: fnd_message.set_name('PER','PER_289602_CWK_INV_PERSON_ID');
1321: fnd_message.raise_error;
1322: END IF;
1323: CLOSE csr_per_details;
1324: hr_utility.set_location(l_proc, 25);
1325: --

Line 1332: fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');

1328: if hr_person.chk_future_person_type(l_per_details_rec.system_person_type
1329: ,p_person_id
1330: ,l_per_details_rec.business_group_id
1331: ,p_effective_date) then
1332: fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');
1333: fnd_message.raise_error;
1334: end if;
1335:
1336: hr_utility.set_location(l_proc, 28);

Line 1333: fnd_message.raise_error;

1329: ,p_person_id
1330: ,l_per_details_rec.business_group_id
1331: ,p_effective_date) then
1332: fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');
1333: fnd_message.raise_error;
1334: end if;
1335:
1336: hr_utility.set_location(l_proc, 28);
1337: --

Line 1347: fnd_message.set_name('PER','PER_289603_CWK_INV_PERSON_TYPE');

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');
1348: fnd_message.raise_error;
1349: else
1350: close csr_fut_apl;
1351: end if;

Line 1348: fnd_message.raise_error;

1344: ,'CWK'
1345: ,l_effective_date) then
1346: close csr_fut_apl;
1347: fnd_message.set_name('PER','PER_289603_CWK_INV_PERSON_TYPE');
1348: fnd_message.raise_error;
1349: else
1350: close csr_fut_apl;
1351: end if;
1352: hr_utility.set_location(l_proc, 30);

Line 1860: fnd_message.set_name('PER','HR_289609_PDP_NOT_EXISTS');

1856: hr_utility.set_location(l_proc, 30);
1857: --
1858: close csr_get_derived_details;
1859: --
1860: fnd_message.set_name('PER','HR_289609_PDP_NOT_EXISTS');
1861: fnd_message.raise_error;
1862: end if;
1863: --
1864: close csr_get_derived_details;

Line 1861: fnd_message.raise_error;

1857: --
1858: close csr_get_derived_details;
1859: --
1860: fnd_message.set_name('PER','HR_289609_PDP_NOT_EXISTS');
1861: fnd_message.raise_error;
1862: end if;
1863: --
1864: close csr_get_derived_details;
1865:

Line 1879: fnd_message.set_name('PER','HR_289612_PDP_NOT_PTU_CWK');

1875: then
1876:
1877: hr_utility.set_location(l_proc, 50);
1878:
1879: fnd_message.set_name('PER','HR_289612_PDP_NOT_PTU_CWK');
1880: fnd_message.raise_error;
1881:
1882: end if;
1883:

Line 1880: fnd_message.raise_error;

1876:
1877: hr_utility.set_location(l_proc, 50);
1878:
1879: fnd_message.set_name('PER','HR_289612_PDP_NOT_PTU_CWK');
1880: fnd_message.raise_error;
1881:
1882: end if;
1883:
1884: hr_utility.set_location(l_proc, 60);

Line 1900: fnd_message.set_name('PAY','HR_7957_PDS_INV_ATT_FUTURE');

1896: hr_utility.set_location(l_proc, 70);
1897: --
1898: close csr_future_per_changes;
1899: --
1900: fnd_message.set_name('PAY','HR_7957_PDS_INV_ATT_FUTURE');
1901: fnd_message.raise_error;
1902: end if;
1903: --
1904: hr_utility.set_location(l_proc, 80);

Line 1901: fnd_message.raise_error;

1897: --
1898: close csr_future_per_changes;
1899: --
1900: fnd_message.set_name('PAY','HR_7957_PDS_INV_ATT_FUTURE');
1901: fnd_message.raise_error;
1902: end if;
1903: --
1904: hr_utility.set_location(l_proc, 80);
1905: --

Line 1965: fnd_message.set_name('PAY','HR_7505_PDS_INV_LSP_ATT_DT');

1961: then
1962: --
1963: hr_utility.set_location(l_proc, 150);
1964: --
1965: fnd_message.set_name('PAY','HR_7505_PDS_INV_LSP_ATT_DT');
1966: fnd_message.raise_error;
1967: end if;
1968: else
1969: --

Line 1966: fnd_message.raise_error;

1962: --
1963: hr_utility.set_location(l_proc, 150);
1964: --
1965: fnd_message.set_name('PAY','HR_7505_PDS_INV_LSP_ATT_DT');
1966: fnd_message.raise_error;
1967: end if;
1968: else
1969: --
1970: hr_utility.set_location(l_proc, 160);

Line 1990: fnd_message.set_name('PAY', 'HR_6153_ALL_PROCEDURE_FAIL');

1986: --
1987: -- As the cursor should always return at least a null value, this
1988: -- should never happen!
1989: --
1990: fnd_message.set_name('PAY', 'HR_6153_ALL_PROCEDURE_FAIL');
1991: fnd_message.set_token('PROCEDURE', l_proc);
1992: fnd_message.set_token('STEP','175');
1993: fnd_message.raise_error;
1994: end if;

Line 1991: fnd_message.set_token('PROCEDURE', l_proc);

1987: -- As the cursor should always return at least a null value, this
1988: -- should never happen!
1989: --
1990: fnd_message.set_name('PAY', 'HR_6153_ALL_PROCEDURE_FAIL');
1991: fnd_message.set_token('PROCEDURE', l_proc);
1992: fnd_message.set_token('STEP','175');
1993: fnd_message.raise_error;
1994: end if;
1995: --

Line 1992: fnd_message.set_token('STEP','175');

1988: -- should never happen!
1989: --
1990: fnd_message.set_name('PAY', 'HR_6153_ALL_PROCEDURE_FAIL');
1991: fnd_message.set_token('PROCEDURE', l_proc);
1992: fnd_message.set_token('STEP','175');
1993: fnd_message.raise_error;
1994: end if;
1995: --
1996: close csr_get_max_tpe_end_date;

Line 1993: fnd_message.raise_error;

1989: --
1990: fnd_message.set_name('PAY', 'HR_6153_ALL_PROCEDURE_FAIL');
1991: fnd_message.set_token('PROCEDURE', l_proc);
1992: fnd_message.set_token('STEP','175');
1993: fnd_message.raise_error;
1994: end if;
1995: --
1996: close csr_get_max_tpe_end_date;
1997: --

Line 2419: fnd_message.set_name('PER','HR_289609_PDP_NOT_EXISTS');

2415: hr_utility.set_location(l_proc, 30);
2416: --
2417: close csr_get_derived_details;
2418: --
2419: fnd_message.set_name('PER','HR_289609_PDP_NOT_EXISTS');
2420: fnd_message.raise_error;
2421: end if;
2422: --
2423: close csr_get_derived_details;

Line 2420: fnd_message.raise_error;

2416: --
2417: close csr_get_derived_details;
2418: --
2419: fnd_message.set_name('PER','HR_289609_PDP_NOT_EXISTS');
2420: fnd_message.raise_error;
2421: end if;
2422: --
2423: close csr_get_derived_details;
2424: --

Line 2430: fnd_message.set_name('PAY','HR_7155_OBJECT_INVALID');

2426:
2427: if l_object_version_number <> p_object_version_number
2428: then
2429:
2430: fnd_message.set_name('PAY','HR_7155_OBJECT_INVALID');
2431: fnd_message.raise_error;
2432: end if;
2433:
2434: hr_utility.set_location(l_proc, 40);

Line 2431: fnd_message.raise_error;

2427: if l_object_version_number <> p_object_version_number
2428: then
2429:
2430: fnd_message.set_name('PAY','HR_7155_OBJECT_INVALID');
2431: fnd_message.raise_error;
2432: end if;
2433:
2434: hr_utility.set_location(l_proc, 40);
2435: --

Line 2443: fnd_message.set_name('PAY','HR_51007_ASG_INV_NOT_ACT_TERM');

2439: then
2440: --
2441: hr_utility.set_location(l_proc, 50);
2442: --
2443: fnd_message.set_name('PAY','HR_51007_ASG_INV_NOT_ACT_TERM');
2444: fnd_message.raise_error;
2445: end if;
2446: --
2447: -- Check if the final process date is set

Line 2444: fnd_message.raise_error;

2440: --
2441: hr_utility.set_location(l_proc, 50);
2442: --
2443: fnd_message.set_name('PAY','HR_51007_ASG_INV_NOT_ACT_TERM');
2444: fnd_message.raise_error;
2445: end if;
2446: --
2447: -- Check if the final process date is set
2448: --

Line 2515: fnd_message.set_name('PER','HR_289613_PDP_NOT_PTU_EX_CWK');

2511: then
2512: --
2513: hr_utility.set_location(l_proc, 100);
2514: --
2515: fnd_message.set_name('PER','HR_289613_PDP_NOT_PTU_EX_CWK');
2516: fnd_message.raise_error;
2517: --
2518: end if;
2519: --

Line 2516: fnd_message.raise_error;

2512: --
2513: hr_utility.set_location(l_proc, 100);
2514: --
2515: fnd_message.set_name('PER','HR_289613_PDP_NOT_PTU_EX_CWK');
2516: fnd_message.raise_error;
2517: --
2518: end if;
2519: --
2520: hr_utility.set_location(l_proc, 110);

Line 3372: fnd_message.set_name('PER','HR_289614_PDP_STILL_OPEN');

3368: AND pdp.actual_termination_date = p_actual_termination_date;
3369: --
3370: exception when NO_DATA_FOUND then
3371:
3372: fnd_message.set_name('PER','HR_289614_PDP_STILL_OPEN');
3373: fnd_message.raise_error;
3374: end;
3375: --
3376: hr_utility.set_location(l_proc,30);

Line 3373: fnd_message.raise_error;

3369: --
3370: exception when NO_DATA_FOUND then
3371:
3372: fnd_message.set_name('PER','HR_289614_PDP_STILL_OPEN');
3373: fnd_message.raise_error;
3374: end;
3375: --
3376: hr_utility.set_location(l_proc,30);
3377:

Line 3395: fnd_message.set_name('PAY','HR_7122_EMP_CNCL_TERM_INVLD');

3391:
3392: end loop;
3393:
3394: if b_future_person_type_err = TRUE then
3395: fnd_message.set_name('PAY','HR_7122_EMP_CNCL_TERM_INVLD');
3396: fnd_message.raise_error;
3397: end if;
3398: --
3399: hr_utility.set_location(l_proc,40);

Line 3396: fnd_message.raise_error;

3392: end loop;
3393:
3394: if b_future_person_type_err = TRUE then
3395: fnd_message.set_name('PAY','HR_7122_EMP_CNCL_TERM_INVLD');
3396: fnd_message.raise_error;
3397: end if;
3398: --
3399: hr_utility.set_location(l_proc,40);
3400:

Line 3462: fnd_message.set_name('PER','HR_289615_FUTURE_ACTIONS_EXIST');

3458:
3459: --
3460: IF l_action_chk = 'W' THEN
3461:
3462: fnd_message.set_name('PER','HR_289615_FUTURE_ACTIONS_EXIST');
3463: fnd_message.raise_error;
3464: END IF;
3465: --
3466: if l_action_chk = 'Y' then

Line 3463: fnd_message.raise_error;

3459: --
3460: IF l_action_chk = 'W' THEN
3461:
3462: fnd_message.set_name('PER','HR_289615_FUTURE_ACTIONS_EXIST');
3463: fnd_message.raise_error;
3464: END IF;
3465: --
3466: if l_action_chk = 'Y' then
3467: p_fut_actns_exist_warning := TRUE;