DBA Data[Home] [Help]

APPS.IRC_ISC_BUS dependencies on FND_MESSAGE

Line 472: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

468: IF NOT irc_isc_shd.api_updating
469: (p_search_criteria_id => p_rec.search_criteria_id
470: ,p_object_version_number => p_rec.object_version_number
471: ) THEN
472: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
473: fnd_message.set_token('PROCEDURE ', l_proc);
474: fnd_message.set_token('STEP ', '5');
475: fnd_message.raise_error;
476: END IF;

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

469: (p_search_criteria_id => p_rec.search_criteria_id
470: ,p_object_version_number => p_rec.object_version_number
471: ) THEN
472: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
473: fnd_message.set_token('PROCEDURE ', l_proc);
474: fnd_message.set_token('STEP ', '5');
475: fnd_message.raise_error;
476: END IF;
477: --

Line 474: fnd_message.set_token('STEP ', '5');

470: ,p_object_version_number => p_rec.object_version_number
471: ) THEN
472: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
473: fnd_message.set_token('PROCEDURE ', l_proc);
474: fnd_message.set_token('STEP ', '5');
475: fnd_message.raise_error;
476: END IF;
477: --
478: -- Add checks to ensure non-updateable args have

Line 475: fnd_message.raise_error;

471: ) THEN
472: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
473: fnd_message.set_token('PROCEDURE ', l_proc);
474: fnd_message.set_token('STEP ', '5');
475: fnd_message.raise_error;
476: END IF;
477: --
478: -- Add checks to ensure non-updateable args have
479: -- not been updated.

Line 560: fnd_message.set_name('PER','IRC_412008_BAD_PARTY_PERSON_ID');

556: fetch csr_person_id into l_person_id;
557: hr_utility.set_location(l_proc,30);
558: if csr_person_id%NOTFOUND then
559: close csr_person_id;
560: fnd_message.set_name('PER','IRC_412008_BAD_PARTY_PERSON_ID');
561: fnd_message.raise_error;
562: end if;
563: close csr_person_id;
564: hr_utility.set_location(' Leaving:'||l_proc,40);

Line 561: fnd_message.raise_error;

557: hr_utility.set_location(l_proc,30);
558: if csr_person_id%NOTFOUND then
559: close csr_person_id;
560: fnd_message.set_name('PER','IRC_412008_BAD_PARTY_PERSON_ID');
561: fnd_message.raise_error;
562: end if;
563: close csr_person_id;
564: hr_utility.set_location(' Leaving:'||l_proc,40);
565: exception

Line 619: fnd_message.set_name('PER','IRC_412127_TOO_MANY_WORK_CH');

615: fetch csr_work_choices into l_dummy;
616: hr_utility.set_location(l_proc,20);
617: if csr_work_choices%found then
618: close csr_work_choices;
619: fnd_message.set_name('PER','IRC_412127_TOO_MANY_WORK_CH');
620: fnd_message.raise_error;
621: else
622: close csr_work_choices;
623: end if;

Line 620: fnd_message.raise_error;

616: hr_utility.set_location(l_proc,20);
617: if csr_work_choices%found then
618: close csr_work_choices;
619: fnd_message.set_name('PER','IRC_412127_TOO_MANY_WORK_CH');
620: fnd_message.raise_error;
621: else
622: close csr_work_choices;
623: end if;
624: hr_utility.set_location(' Leaving:'||l_proc,40);

Line 700: fnd_message.set_name('PER','IRC_412009_SEARCH_NAME_EXISTS');

696: fetch csr_search_name into l_search_name;
697: hr_utility.set_location(l_proc,50);
698: if csr_search_name%FOUND then
699: close csr_search_name;
700: fnd_message.set_name('PER','IRC_412009_SEARCH_NAME_EXISTS');
701: fnd_message.raise_error;
702: end if;
703: close csr_search_name;
704: end if;

Line 701: fnd_message.raise_error;

697: hr_utility.set_location(l_proc,50);
698: if csr_search_name%FOUND then
699: close csr_search_name;
700: fnd_message.set_name('PER','IRC_412009_SEARCH_NAME_EXISTS');
701: fnd_message.raise_error;
702: end if;
703: close csr_search_name;
704: end if;
705: end if;

Line 776: fnd_message.set_name('PER','IRC_412010_BAD_DISTANCE_TO_LOC');

772: or (NOT l_api_updating) then
773: -- Check that distance_to_location is a valid positive number.
774: hr_utility.set_location(l_proc,40);
775: if p_distance_to_location < 0 then
776: fnd_message.set_name('PER','IRC_412010_BAD_DISTANCE_TO_LOC');
777: hr_multi_message.add
778: (p_associated_column1 => 'IRC_SEARCH_CRITERIA.DISTANCE_TO_LOCATION'
779: );
780: else

Line 784: fnd_message.set_name('PER','IRC_412011_BAD_LOCATION');

780: else
781: -- Check that location is a valid.
782: hr_utility.set_location(l_proc,50);
783: if p_geocode_location is null then
784: fnd_message.set_name('PER','IRC_412011_BAD_LOCATION');
785: hr_multi_message.add
786: (p_associated_column1 => 'IRC_SEARCH_CRITERIA.GEOCODE_LOCATION'
787: );
788: end if;

Line 795: fnd_message.set_name('PER','IRC_412164_NO_DISTANCE');

791: else
792: -- the distance to location is null - check that the geocode location is too
793: hr_utility.set_location(l_proc,60);
794: if p_geocode_location is not null then
795: fnd_message.set_name('PER','IRC_412164_NO_DISTANCE');
796: hr_multi_message.add
797: (p_associated_column1 => 'IRC_SEARCH_CRITERIA.DISTANCE_TO_LOCATION'
798: );
799: end if;

Line 865: fnd_message.set_name('PER','IRC_412165_BAD_LOCATION_ID');

861: open chk_loc;
862: fetch chk_loc into l_dummy;
863: if chk_loc%notfound then
864: close chk_loc;
865: fnd_message.set_name('PER','IRC_412165_BAD_LOCATION_ID');
866: hr_multi_message.add
867: (p_associated_column1 => 'IRC_SEARCH_CRITERIA.LOCATION_ID'
868: );
869: else

Line 920: fnd_message.set_name('PER','IRC_412166_LONG_LAT');

916: if (p_longitude is not null and p_latitude is null)
917: or (p_longitude is null and p_latitude is not null) then
918: --
919: hr_utility.set_location(l_proc,20);
920: fnd_message.set_name('PER','IRC_412166_LONG_LAT');
921: hr_multi_message.add
922: (p_associated_column1 => 'IRC_SEARCH_CRITERIA.GEOMETRY'
923: );
924: end if;

Line 981: fnd_message.set_name('PER','IRC_412012_BAD_USE_FOR_MATCHIN');

977: ) or (NOT l_api_updating) then
978: -- Check that use_for_matching is having a valid value of 'Y' or 'N'
979: hr_utility.set_location(l_proc,40);
980: if not p_use_for_matching in ('Y','N') then
981: fnd_message.set_name('PER','IRC_412012_BAD_USE_FOR_MATCHIN');
982: fnd_message.raise_error;
983: end if;
984: end if;
985: end if;

Line 982: fnd_message.raise_error;

978: -- Check that use_for_matching is having a valid value of 'Y' or 'N'
979: hr_utility.set_location(l_proc,40);
980: if not p_use_for_matching in ('Y','N') then
981: fnd_message.set_name('PER','IRC_412012_BAD_USE_FOR_MATCHIN');
982: fnd_message.raise_error;
983: end if;
984: end if;
985: end if;
986: hr_utility.set_location(' Leaving:'||l_proc,50);

Line 1051: fnd_message.set_name('PER','IRC_412013_BAD_MATCH_COMPETENC');

1047: ) or (NOT l_api_updating) then
1048: -- Check that match_competence is having a valid value of 'Y' or 'N'
1049: hr_utility.set_location(l_proc,40);
1050: if not p_match_competence in ('Y','N') then
1051: fnd_message.set_name('PER','IRC_412013_BAD_MATCH_COMPETENC');
1052: fnd_message.raise_error;
1053: end if;
1054: end if;
1055: end if;

Line 1052: fnd_message.raise_error;

1048: -- Check that match_competence is having a valid value of 'Y' or 'N'
1049: hr_utility.set_location(l_proc,40);
1050: if not p_match_competence in ('Y','N') then
1051: fnd_message.set_name('PER','IRC_412013_BAD_MATCH_COMPETENC');
1052: fnd_message.raise_error;
1053: end if;
1054: end if;
1055: end if;
1056: hr_utility.set_location(' Leaving:'||l_proc,50);

Line 1122: fnd_message.set_name('PER','IRC_412014_BAD_MATCH_QUALIFICA');

1118: ) or (NOT l_api_updating) then
1119: -- Check that match_qualification is having a valid value of 'Y' or 'N'
1120: hr_utility.set_location(l_proc,40);
1121: if not p_match_qualification in ('Y','N') then
1122: fnd_message.set_name('PER','IRC_412014_BAD_MATCH_QUALIFICA');
1123: fnd_message.raise_error;
1124: end if;
1125: end if;
1126: end if;

Line 1123: fnd_message.raise_error;

1119: -- Check that match_qualification is having a valid value of 'Y' or 'N'
1120: hr_utility.set_location(l_proc,40);
1121: if not p_match_qualification in ('Y','N') then
1122: fnd_message.set_name('PER','IRC_412014_BAD_MATCH_QUALIFICA');
1123: fnd_message.raise_error;
1124: end if;
1125: end if;
1126: end if;
1127: hr_utility.set_location(' Leaving:'||l_proc,50);

Line 1191: fnd_message.set_name('PER','IRC_412015_BAD_VACANCY_ID');

1187: fetch csr_vacancy_id into l_vacancy_id;
1188: hr_utility.set_location(l_proc,30);
1189: if csr_vacancy_id%NOTFOUND then
1190: close csr_vacancy_id;
1191: fnd_message.set_name('PER','IRC_412015_BAD_VACANCY_ID');
1192: fnd_message.raise_error;
1193: end if;
1194: close csr_vacancy_id;
1195: hr_utility.set_location(' Leaving:'||l_proc,40);

Line 1192: fnd_message.raise_error;

1188: hr_utility.set_location(l_proc,30);
1189: if csr_vacancy_id%NOTFOUND then
1190: close csr_vacancy_id;
1191: fnd_message.set_name('PER','IRC_412015_BAD_VACANCY_ID');
1192: fnd_message.raise_error;
1193: end if;
1194: close csr_vacancy_id;
1195: hr_utility.set_location(' Leaving:'||l_proc,40);
1196: exception

Line 1270: fnd_message.set_name('PER','IRC_412016_BAD_MIN_QUAL_LEVEL');

1266: hr_utility.set_location(l_proc,50);
1267: -- Check that min_qual_level exists in per_qualification_types
1268: if csr_min_qual_level%NOTFOUND then
1269: close csr_min_qual_level;
1270: fnd_message.set_name('PER','IRC_412016_BAD_MIN_QUAL_LEVEL');
1271: fnd_message.raise_error;
1272: end if;
1273: close csr_min_qual_level;
1274: end if;

Line 1271: fnd_message.raise_error;

1267: -- Check that min_qual_level exists in per_qualification_types
1268: if csr_min_qual_level%NOTFOUND then
1269: close csr_min_qual_level;
1270: fnd_message.set_name('PER','IRC_412016_BAD_MIN_QUAL_LEVEL');
1271: fnd_message.raise_error;
1272: end if;
1273: close csr_min_qual_level;
1274: end if;
1275: end if;

Line 1348: fnd_message.set_name('PER', 'IRC_412139_MIN_MAX_QUAL_RANK');

1344: close csr_qual_rank;
1345: end if;
1346: if (l_min_qual_rank > l_max_qual_rank)then
1347: hr_utility.set_location(l_proc,30);
1348: fnd_message.set_name('PER', 'IRC_412139_MIN_MAX_QUAL_RANK');
1349: fnd_message.raise_error;
1350: end if;
1351: end if;
1352: hr_utility.set_location('Leaving:'||l_proc,40);

Line 1349: fnd_message.raise_error;

1345: end if;
1346: if (l_min_qual_rank > l_max_qual_rank)then
1347: hr_utility.set_location(l_proc,30);
1348: fnd_message.set_name('PER', 'IRC_412139_MIN_MAX_QUAL_RANK');
1349: fnd_message.raise_error;
1350: end if;
1351: end if;
1352: hr_utility.set_location('Leaving:'||l_proc,40);
1353: exception

Line 1421: fnd_message.set_name('PER','IRC_412017_BAD_MIN_SALARY');

1417: ) or (NOT l_api_updating) then
1418: -- Check that min_salary is a valid positive number.
1419: hr_utility.set_location(l_proc,40);
1420: if p_min_salary < 0 then
1421: fnd_message.set_name('PER','IRC_412017_BAD_MIN_SALARY');
1422: fnd_message.raise_error;
1423: end if;
1424: end if;
1425: end if;

Line 1422: fnd_message.raise_error;

1418: -- Check that min_salary is a valid positive number.
1419: hr_utility.set_location(l_proc,40);
1420: if p_min_salary < 0 then
1421: fnd_message.set_name('PER','IRC_412017_BAD_MIN_SALARY');
1422: fnd_message.raise_error;
1423: end if;
1424: end if;
1425: end if;
1426: hr_utility.set_location(' Leaving:'||l_proc,50);

Line 1505: fnd_message.set_name('PER','IRC_412019_MAX_BELOW_MIN_SAL');

1501: -- Check that max_salary is greater then min salary.
1502: hr_utility.set_location(l_proc,40);
1503: if p_max_salary < 0 or p_max_salary < NVL(p_min_salary,hr_api.g_number)
1504: then
1505: fnd_message.set_name('PER','IRC_412019_MAX_BELOW_MIN_SAL');
1506: fnd_message.raise_error;
1507: end if;
1508: end if;
1509: end if;

Line 1506: fnd_message.raise_error;

1502: hr_utility.set_location(l_proc,40);
1503: if p_max_salary < 0 or p_max_salary < NVL(p_min_salary,hr_api.g_number)
1504: then
1505: fnd_message.set_name('PER','IRC_412019_MAX_BELOW_MIN_SAL');
1506: fnd_message.raise_error;
1507: end if;
1508: end if;
1509: end if;
1510: end if;

Line 1577: fnd_message.set_name('PER','IRC_412020_BAD_EMPLOYEE');

1573: or (NOT l_api_updating) then
1574: -- Check that employee is having a valid value of 'Y' or 'N'
1575: hr_utility.set_location(l_proc,30);
1576: if (p_employee is null) or (p_employee Not in ('Y','N')) then
1577: fnd_message.set_name('PER','IRC_412020_BAD_EMPLOYEE');
1578: fnd_message.raise_error;
1579: end if;
1580: end if;
1581: hr_utility.set_location(' Leaving:'||l_proc,40);

Line 1578: fnd_message.raise_error;

1574: -- Check that employee is having a valid value of 'Y' or 'N'
1575: hr_utility.set_location(l_proc,30);
1576: if (p_employee is null) or (p_employee Not in ('Y','N')) then
1577: fnd_message.set_name('PER','IRC_412020_BAD_EMPLOYEE');
1578: fnd_message.raise_error;
1579: end if;
1580: end if;
1581: hr_utility.set_location(' Leaving:'||l_proc,40);
1582: exception

Line 1639: fnd_message.set_name('PER','IRC_412021_BAD_CONTRACTOR');

1635: or (NOT l_api_updating) then
1636: -- Check that contractor is having a valid value of 'Y' or 'N'
1637: hr_utility.set_location(l_proc,30);
1638: if (p_contractor is null) or (p_contractor Not in ('Y','N')) then
1639: fnd_message.set_name('PER','IRC_412021_BAD_CONTRACTOR');
1640: fnd_message.raise_error;
1641: end if;
1642: end if;
1643: hr_utility.set_location(' Leaving:'||l_proc,40);

Line 1640: fnd_message.raise_error;

1636: -- Check that contractor is having a valid value of 'Y' or 'N'
1637: hr_utility.set_location(l_proc,30);
1638: if (p_contractor is null) or (p_contractor Not in ('Y','N')) then
1639: fnd_message.set_name('PER','IRC_412021_BAD_CONTRACTOR');
1640: fnd_message.raise_error;
1641: end if;
1642: end if;
1643: hr_utility.set_location(' Leaving:'||l_proc,40);
1644: exception

Line 1712: fnd_message.set_name('PER','IRC_412022_BAD_PROF_AREA');

1708: p_effective_date => p_effective_date
1709: ,p_lookup_type => 'IRC_PROFESSIONAL_AREA'
1710: ,p_lookup_code => p_professional_area);
1711: if l_ret = true then
1712: fnd_message.set_name('PER','IRC_412022_BAD_PROF_AREA');
1713: fnd_message.raise_error;
1714: end if;
1715: end if;
1716: end if;

Line 1713: fnd_message.raise_error;

1709: ,p_lookup_type => 'IRC_PROFESSIONAL_AREA'
1710: ,p_lookup_code => p_professional_area);
1711: if l_ret = true then
1712: fnd_message.set_name('PER','IRC_412022_BAD_PROF_AREA');
1713: fnd_message.raise_error;
1714: end if;
1715: end if;
1716: end if;
1717: hr_utility.set_location(' Leaving:'||l_proc,50);

Line 1789: fnd_message.set_name('PER','IRC_412023_BAD_EMP_CATEGORY');

1785: p_effective_date => p_effective_date
1786: ,p_lookup_type => 'IRC_EMP_CAT'
1787: ,p_lookup_code => p_employment_category);
1788: if l_ret = true then
1789: fnd_message.set_name('PER','IRC_412023_BAD_EMP_CATEGORY');
1790: fnd_message.raise_error;
1791: end if;
1792: end if;
1793: end if;

Line 1790: fnd_message.raise_error;

1786: ,p_lookup_type => 'IRC_EMP_CAT'
1787: ,p_lookup_code => p_employment_category);
1788: if l_ret = true then
1789: fnd_message.set_name('PER','IRC_412023_BAD_EMP_CATEGORY');
1790: fnd_message.raise_error;
1791: end if;
1792: end if;
1793: end if;
1794: hr_utility.set_location(' Leaving:'||l_proc,50);

Line 1866: fnd_message.set_name('PER','IRC_412024_BAD_WORK_AT_HOME');

1862: p_effective_date => p_effective_date
1863: ,p_lookup_type => 'IRC_WORK_AT_HOME'
1864: ,p_lookup_code => p_work_at_home);
1865: if l_ret = true then
1866: fnd_message.set_name('PER','IRC_412024_BAD_WORK_AT_HOME');
1867: fnd_message.raise_error;
1868: end if;
1869: end if;
1870: end if;

Line 1867: fnd_message.raise_error;

1863: ,p_lookup_type => 'IRC_WORK_AT_HOME'
1864: ,p_lookup_code => p_work_at_home);
1865: if l_ret = true then
1866: fnd_message.set_name('PER','IRC_412024_BAD_WORK_AT_HOME');
1867: fnd_message.raise_error;
1868: end if;
1869: end if;
1870: end if;
1871: hr_utility.set_location(' Leaving:'||l_proc,50);

Line 1943: fnd_message.set_name('PER','IRC_412025_BAD_TRAVEL_PERCENT');

1939: p_effective_date => p_effective_date
1940: ,p_lookup_type => 'IRC_TRAVEL_PERCENTAGE'
1941: ,p_lookup_code => to_char(p_travel_percentage));
1942: if l_ret = true then
1943: fnd_message.set_name('PER','IRC_412025_BAD_TRAVEL_PERCENT');
1944: fnd_message.raise_error;
1945: end if;
1946: end if;
1947: end if;

Line 1944: fnd_message.raise_error;

1940: ,p_lookup_type => 'IRC_TRAVEL_PERCENTAGE'
1941: ,p_lookup_code => to_char(p_travel_percentage));
1942: if l_ret = true then
1943: fnd_message.set_name('PER','IRC_412025_BAD_TRAVEL_PERCENT');
1944: fnd_message.raise_error;
1945: end if;
1946: end if;
1947: end if;
1948: hr_utility.set_location(' Leaving:'||l_proc,50);

Line 2029: fnd_message.set_name('PER','IRC_412065_NO_SAL_PERIOD');

2025: ) or (NOT l_api_updating) then
2026: -- Check that p_salary_period is not null if there is a salary
2027: if ((l_max_salary is not null or l_min_salary is not null)
2028: and p_salary_period is null) then
2029: fnd_message.set_name('PER','IRC_412065_NO_SAL_PERIOD');
2030: fnd_message.raise_error;
2031: end if;
2032: if p_salary_period is not null then
2033: -- Check that p_salary_period exists in hr_lookups

Line 2030: fnd_message.raise_error;

2026: -- Check that p_salary_period is not null if there is a salary
2027: if ((l_max_salary is not null or l_min_salary is not null)
2028: and p_salary_period is null) then
2029: fnd_message.set_name('PER','IRC_412065_NO_SAL_PERIOD');
2030: fnd_message.raise_error;
2031: end if;
2032: if p_salary_period is not null then
2033: -- Check that p_salary_period exists in hr_lookups
2034: hr_utility.set_location(l_proc,40);

Line 2040: fnd_message.set_name('PER','IRC_412066_BAD_SAL_PERIOD');

2036: p_effective_date => p_effective_date
2037: ,p_lookup_type => 'PAY_BASIS'
2038: ,p_lookup_code => p_salary_period)
2039: then
2040: fnd_message.set_name('PER','IRC_412066_BAD_SAL_PERIOD');
2041: fnd_message.raise_error;
2042: end if;
2043: end if;
2044: end if;

Line 2041: fnd_message.raise_error;

2037: ,p_lookup_type => 'PAY_BASIS'
2038: ,p_lookup_code => p_salary_period)
2039: then
2040: fnd_message.set_name('PER','IRC_412066_BAD_SAL_PERIOD');
2041: fnd_message.raise_error;
2042: end if;
2043: end if;
2044: end if;
2045: hr_utility.set_location(' Leaving:'||l_proc,50);

Line 2141: fnd_message.set_name('PER','IRC_412018_CURRENCY_NOT_FOUND');

2137: --
2138: hr_utility.set_location(l_proc,30);
2139: if (p_min_salary is not null or p_max_salary is not null) and
2140: (p_salary_currency is null) then
2141: fnd_message.set_name('PER','IRC_412018_CURRENCY_NOT_FOUND');
2142: fnd_message.raise_error;
2143: end if;
2144: --
2145: -- Check that salary_currency exists in fnd_currencies.

Line 2142: fnd_message.raise_error;

2138: hr_utility.set_location(l_proc,30);
2139: if (p_min_salary is not null or p_max_salary is not null) and
2140: (p_salary_currency is null) then
2141: fnd_message.set_name('PER','IRC_412018_CURRENCY_NOT_FOUND');
2142: fnd_message.raise_error;
2143: end if;
2144: --
2145: -- Check that salary_currency exists in fnd_currencies.
2146: --

Line 2154: fnd_message.set_name('PER','IRC_412026_BAD_SALARY_CURRENCY');

2150: fetch csr_salary_currency into l_salary_currency;
2151: hr_utility.set_location(l_proc,50);
2152: if csr_salary_currency%NOTFOUND then
2153: close csr_salary_currency;
2154: fnd_message.set_name('PER','IRC_412026_BAD_SALARY_CURRENCY');
2155: fnd_message.raise_error;
2156: end if;
2157: close csr_salary_currency;
2158: end if;

Line 2155: fnd_message.raise_error;

2151: hr_utility.set_location(l_proc,50);
2152: if csr_salary_currency%NOTFOUND then
2153: close csr_salary_currency;
2154: fnd_message.set_name('PER','IRC_412026_BAD_SALARY_CURRENCY');
2155: fnd_message.raise_error;
2156: end if;
2157: close csr_salary_currency;
2158: end if;
2159: end if;

Line 2240: fnd_message.set_name('PER','IRC_412112_BAD_DATE_POSTED');

2236: p_effective_date => p_effective_date
2237: ,p_lookup_type => 'IRC_VACANCY_SEARCH_DATE'
2238: ,p_lookup_code => p_date_posted);
2239: if l_ret = true then
2240: fnd_message.set_name('PER','IRC_412112_BAD_DATE_POSTED');
2241: fnd_message.raise_error;
2242: end if;
2243: end if;
2244: end if;

Line 2241: fnd_message.raise_error;

2237: ,p_lookup_type => 'IRC_VACANCY_SEARCH_DATE'
2238: ,p_lookup_code => p_date_posted);
2239: if l_ret = true then
2240: fnd_message.set_name('PER','IRC_412112_BAD_DATE_POSTED');
2241: fnd_message.raise_error;
2242: end if;
2243: end if;
2244: end if;
2245: hr_utility.set_location(' Leaving:'||l_proc,50);

Line 2298: fnd_message.set_name('PER', 'IRC_412152_VAC_EMP_CON_WARN');

2294: hr_utility.set_location('Entering:'||l_proc,10);
2295: if p_employee = 'N' and p_contractor = 'N' then
2296: --
2297: hr_utility.set_location(l_proc,20);
2298: fnd_message.set_name('PER', 'IRC_412152_VAC_EMP_CON_WARN');
2299: hr_multi_message.add
2300: (p_message_type => hr_multi_message.g_warning_msg
2301: );
2302: --

Line 2366: fnd_message.set_name('PER','IRC_INVALID_KEYWORDS');

2362: --
2363: l_ret := irc_query_parser_pkg.isInvalidKeyword (input_text => p_keywords);
2364: if l_ret then
2365: hr_utility.set_location(l_proc,45);
2366: fnd_message.set_name('PER','IRC_INVALID_KEYWORDS');
2367: fnd_message.raise_error;
2368: end if;
2369: end if;
2370: end if;

Line 2367: fnd_message.raise_error;

2363: l_ret := irc_query_parser_pkg.isInvalidKeyword (input_text => p_keywords);
2364: if l_ret then
2365: hr_utility.set_location(l_proc,45);
2366: fnd_message.set_name('PER','IRC_INVALID_KEYWORDS');
2367: fnd_message.raise_error;
2368: end if;
2369: end if;
2370: end if;
2371: --