DBA Data[Home] [Help]

APPS.GHR_CPDF_CHECK6 dependencies on HR_UTILITY

Line 27: hr_utility.set_message(8301, 'GHR_37601_ALL_PROCEDURE_FAIL');

23: if p_first_noac_lookup_code = '781' and
24: l_prior_work_schedule is not null and
25: p_work_schedule_code is not null and
26: l_prior_work_schedule = p_work_schedule_code then
27: hr_utility.set_message(8301, 'GHR_37601_ALL_PROCEDURE_FAIL');
28: hr_utility.raise_error;
29: end if;
30:
31: -- 590.04.2

Line 28: hr_utility.raise_error;

24: l_prior_work_schedule is not null and
25: p_work_schedule_code is not null and
26: l_prior_work_schedule = p_work_schedule_code then
27: hr_utility.set_message(8301, 'GHR_37601_ALL_PROCEDURE_FAIL');
28: hr_utility.raise_error;
29: end if;
30:
31: -- 590.04.2
32: if p_first_noac_lookup_code = '430' and

Line 35: hr_utility.set_message(8301, 'GHR_37602_ALL_PROCEDURE_FAIL');

31: -- 590.04.2
32: if p_first_noac_lookup_code = '430' and
33: p_prior_work_schedule not in ('G','J','Q','T') and
34: p_prior_work_schedule is not null then
35: hr_utility.set_message(8301, 'GHR_37602_ALL_PROCEDURE_FAIL');
36: hr_utility.raise_error;
37: end if;
38:
39: end chk_prior_work_schedule;

Line 36: hr_utility.raise_error;

32: if p_first_noac_lookup_code = '430' and
33: p_prior_work_schedule not in ('G','J','Q','T') and
34: p_prior_work_schedule is not null then
35: hr_utility.set_message(8301, 'GHR_37602_ALL_PROCEDURE_FAIL');
36: hr_utility.raise_error;
37: end if;
38:
39: end chk_prior_work_schedule;
40:

Line 65: hr_utility.set_message(8301, 'GHR_38988_ALL_PROCEDURE_FAIL');

61: IF p_effective_date >= to_date('01/01/2006','MM/DD/RRRR') THEN
62: --IF p_effective_date >= to_date('10/01/2005','MM/DD/RRRR') THEN
63: IF p_ethnic_race_info is not null THEN
64: IF INSTR(p_ethnic_race_info,'1')<1 THEN
65: hr_utility.set_message(8301, 'GHR_38988_ALL_PROCEDURE_FAIL');
66: hr_utility.raise_error;
67: END IF;
68:
69: IF INSTR(p_ethnic_race_info,' ')> 0 THEN

Line 66: hr_utility.raise_error;

62: --IF p_effective_date >= to_date('10/01/2005','MM/DD/RRRR') THEN
63: IF p_ethnic_race_info is not null THEN
64: IF INSTR(p_ethnic_race_info,'1')<1 THEN
65: hr_utility.set_message(8301, 'GHR_38988_ALL_PROCEDURE_FAIL');
66: hr_utility.raise_error;
67: END IF;
68:
69: IF INSTR(p_ethnic_race_info,' ')> 0 THEN
70: hr_utility.set_message(8301, 'GHR_38988_ALL_PROCEDURE_FAIL');

Line 70: hr_utility.set_message(8301, 'GHR_38988_ALL_PROCEDURE_FAIL');

66: hr_utility.raise_error;
67: END IF;
68:
69: IF INSTR(p_ethnic_race_info,' ')> 0 THEN
70: hr_utility.set_message(8301, 'GHR_38988_ALL_PROCEDURE_FAIL');
71: hr_utility.raise_error;
72: END IF;
73: END IF;
74: END IF;

Line 71: hr_utility.raise_error;

67: END IF;
68:
69: IF INSTR(p_ethnic_race_info,' ')> 0 THEN
70: hr_utility.set_message(8301, 'GHR_38988_ALL_PROCEDURE_FAIL');
71: hr_utility.raise_error;
72: END IF;
73: END IF;
74: END IF;
75:

Line 83: hr_utility.set_location('p_first_action_noa_la_code1 ' || p_first_action_noa_la_code1,111);

79: -- 17-Nov-2005 Raju Bug# 4567571 Added this Edit for UPD44.
80:
81: IF p_effective_date >= to_date('07/01/2006','MM/DD/RRRR') THEN
82: --IF p_effective_date >= to_date('11/01/2005','MM/DD/RRRR') THEN
83: hr_utility.set_location('p_first_action_noa_la_code1 ' || p_first_action_noa_la_code1,111);
84: hr_utility.set_location('p_ethnic_race_info ' || p_ethnic_race_info,111);
85:
86: IF (substr(p_first_action_noa_la_code1, 1, 1) = '1' or substr(p_first_action_noa_la_code2, 1, 1) = '1') and
87: p_ethnic_race_info is null THEN

Line 84: hr_utility.set_location('p_ethnic_race_info ' || p_ethnic_race_info,111);

80:
81: IF p_effective_date >= to_date('07/01/2006','MM/DD/RRRR') THEN
82: --IF p_effective_date >= to_date('11/01/2005','MM/DD/RRRR') THEN
83: hr_utility.set_location('p_first_action_noa_la_code1 ' || p_first_action_noa_la_code1,111);
84: hr_utility.set_location('p_ethnic_race_info ' || p_ethnic_race_info,111);
85:
86: IF (substr(p_first_action_noa_la_code1, 1, 1) = '1' or substr(p_first_action_noa_la_code2, 1, 1) = '1') and
87: p_ethnic_race_info is null THEN
88: hr_utility.set_message(8301, 'GHR_38991_ALL_PROCEDURE_FAIL');

Line 88: hr_utility.set_message(8301, 'GHR_38991_ALL_PROCEDURE_FAIL');

84: hr_utility.set_location('p_ethnic_race_info ' || p_ethnic_race_info,111);
85:
86: IF (substr(p_first_action_noa_la_code1, 1, 1) = '1' or substr(p_first_action_noa_la_code2, 1, 1) = '1') and
87: p_ethnic_race_info is null THEN
88: hr_utility.set_message(8301, 'GHR_38991_ALL_PROCEDURE_FAIL');
89: hr_utility.raise_error;
90: end if;
91: END IF;
92:

Line 89: hr_utility.raise_error;

85:
86: IF (substr(p_first_action_noa_la_code1, 1, 1) = '1' or substr(p_first_action_noa_la_code2, 1, 1) = '1') and
87: p_ethnic_race_info is null THEN
88: hr_utility.set_message(8301, 'GHR_38991_ALL_PROCEDURE_FAIL');
89: hr_utility.raise_error;
90: end if;
91: END IF;
92:
93: -- 165.11.2

Line 98: hr_utility.set_location('p_first_action_noa_la_code1 ' || p_first_action_noa_la_code1,111);

94: -- 17-Nov-2005 Raju Bug# 4567571 Added this Edit for UPD44.
95:
96: IF p_effective_date >= to_date('07/01/2006','MM/DD/RRRR') THEN
97: --IF p_effective_date >= to_date('11/01/2005','MM/DD/RRRR') THEN
98: hr_utility.set_location('p_first_action_noa_la_code1 ' || p_first_action_noa_la_code1,111);
99: hr_utility.set_location('p_race_or_natnl_origin ' || p_race_or_natnl_origin,111);
100:
101: IF (substr(p_first_action_noa_la_code1, 1, 1) = '1' or substr(p_first_action_noa_la_code2, 1, 1) = '1') and
102: p_race_or_natnl_origin is not null THEN

Line 99: hr_utility.set_location('p_race_or_natnl_origin ' || p_race_or_natnl_origin,111);

95:
96: IF p_effective_date >= to_date('07/01/2006','MM/DD/RRRR') THEN
97: --IF p_effective_date >= to_date('11/01/2005','MM/DD/RRRR') THEN
98: hr_utility.set_location('p_first_action_noa_la_code1 ' || p_first_action_noa_la_code1,111);
99: hr_utility.set_location('p_race_or_natnl_origin ' || p_race_or_natnl_origin,111);
100:
101: IF (substr(p_first_action_noa_la_code1, 1, 1) = '1' or substr(p_first_action_noa_la_code2, 1, 1) = '1') and
102: p_race_or_natnl_origin is not null THEN
103: hr_utility.set_message(8301, 'GHR_38992_ALL_PROCEDURE_FAIL');

Line 103: hr_utility.set_message(8301, 'GHR_38992_ALL_PROCEDURE_FAIL');

99: hr_utility.set_location('p_race_or_natnl_origin ' || p_race_or_natnl_origin,111);
100:
101: IF (substr(p_first_action_noa_la_code1, 1, 1) = '1' or substr(p_first_action_noa_la_code2, 1, 1) = '1') and
102: p_race_or_natnl_origin is not null THEN
103: hr_utility.set_message(8301, 'GHR_38992_ALL_PROCEDURE_FAIL');
104: hr_utility.raise_error;
105: end if;
106: END IF;
107: -- End Bug# 4567571

Line 104: hr_utility.raise_error;

100:
101: IF (substr(p_first_action_noa_la_code1, 1, 1) = '1' or substr(p_first_action_noa_la_code2, 1, 1) = '1') and
102: p_race_or_natnl_origin is not null THEN
103: hr_utility.set_message(8301, 'GHR_38992_ALL_PROCEDURE_FAIL');
104: hr_utility.raise_error;
105: end if;
106: END IF;
107: -- End Bug# 4567571
108:

Line 120: hr_utility.set_message(8301, 'GHR_38160_ALL_PROCEDURE_FAIL');

116: IF (p_first_action_noa_la_code1 <> '817' or p_first_action_noa_la_code2 <> '817') and
117: p_ethnic_race_info is null and
118: p_race_or_natnl_origin IS NULL THEN
119: --Bug# 6959477 message number 38822 is duplicated, so created new message with #38160
120: hr_utility.set_message(8301, 'GHR_38160_ALL_PROCEDURE_FAIL');
121: hr_utility.raise_error;
122: end if;
123: ELSE
124: IF p_ethnic_race_info is null and

Line 121: hr_utility.raise_error;

117: p_ethnic_race_info is null and
118: p_race_or_natnl_origin IS NULL THEN
119: --Bug# 6959477 message number 38822 is duplicated, so created new message with #38160
120: hr_utility.set_message(8301, 'GHR_38160_ALL_PROCEDURE_FAIL');
121: hr_utility.raise_error;
122: end if;
123: ELSE
124: IF p_ethnic_race_info is null and
125: p_race_or_natnl_origin IS NULL THEN

Line 126: hr_utility.set_message(8301, 'GHR_38989_ALL_PROCEDURE_FAIL');

122: end if;
123: ELSE
124: IF p_ethnic_race_info is null and
125: p_race_or_natnl_origin IS NULL THEN
126: hr_utility.set_message(8301, 'GHR_38989_ALL_PROCEDURE_FAIL');
127: hr_utility.raise_error;
128: end if;
129: END IF;
130: END IF;

Line 127: hr_utility.raise_error;

123: ELSE
124: IF p_ethnic_race_info is null and
125: p_race_or_natnl_origin IS NULL THEN
126: hr_utility.set_message(8301, 'GHR_38989_ALL_PROCEDURE_FAIL');
127: hr_utility.raise_error;
128: end if;
129: END IF;
130: END IF;
131:

Line 140: hr_utility.set_message(8301, 'GHR_37603_ALL_PROCEDURE_FAIL');

136: substr(p_duty_station_lookup_code, 1, 2) <> 'RQ'
137: and
138: p_duty_station_lookup_code is not null
139: then
140: hr_utility.set_message(8301, 'GHR_37603_ALL_PROCEDURE_FAIL');
141: hr_utility.raise_error;
142: end if;
143:
144: -- 600.04.3

Line 141: hr_utility.raise_error;

137: and
138: p_duty_station_lookup_code is not null
139: then
140: hr_utility.set_message(8301, 'GHR_37603_ALL_PROCEDURE_FAIL');
141: hr_utility.raise_error;
142: end if;
143:
144: -- 600.04.3
145: if p_race_or_natnl_origin in ('F','G','H','J','K','L','M','N','P','Q') and

Line 150: hr_utility.set_message(8301, 'GHR_37604_ALL_PROCEDURE_FAIL');

146: substr(p_duty_station_lookup_code, 1, 2) <> '15'
147: and
148: p_duty_station_lookup_code is not null
149: then
150: hr_utility.set_message(8301, 'GHR_37604_ALL_PROCEDURE_FAIL');
151: hr_utility.raise_error;
152: end if;
153:
154: -- 600.07.3

Line 151: hr_utility.raise_error;

147: and
148: p_duty_station_lookup_code is not null
149: then
150: hr_utility.set_message(8301, 'GHR_37604_ALL_PROCEDURE_FAIL');
151: hr_utility.raise_error;
152: end if;
153:
154: -- 600.07.3
155: if substr(p_duty_station_lookup_code, 1, 2) = 'RQ' and

Line 162: hr_utility.set_message(8301, 'GHR_37605_ALL_PROCEDURE_FAIL');

158: p_race_or_natnl_origin <> 'Y')
159: and
160: p_race_or_natnl_origin is not null
161: then
162: hr_utility.set_message(8301, 'GHR_37605_ALL_PROCEDURE_FAIL');
163: hr_utility.raise_error;
164: end if;
165:
166: -- 600.10.3

Line 163: hr_utility.raise_error;

159: and
160: p_race_or_natnl_origin is not null
161: then
162: hr_utility.set_message(8301, 'GHR_37605_ALL_PROCEDURE_FAIL');
163: hr_utility.raise_error;
164: end if;
165:
166: -- 600.10.3
167: -- UPD 56 (Bug# 8309414) Terminating the edit eff date 24-Oct-2007

Line 175: hr_utility.set_message(8301, 'GHR_37606_ALL_PROCEDURE_FAIL');

171: 'K','L','M','N','O','P','Q')
172: and
173: p_race_or_natnl_origin is not null
174: then
175: hr_utility.set_message(8301, 'GHR_37606_ALL_PROCEDURE_FAIL');
176: hr_utility.raise_error;
177: end if;
178: end if;
179:

Line 176: hr_utility.raise_error;

172: and
173: p_race_or_natnl_origin is not null
174: then
175: hr_utility.set_message(8301, 'GHR_37606_ALL_PROCEDURE_FAIL');
176: hr_utility.raise_error;
177: end if;
178: end if;
179:
180: end chk_race_or_natnl_origin;

Line 197: hr_utility.set_message(8301, 'GHR_37607_ALL_PROCEDURE_FAIL');

193: null;
194: /* This is not required according to the update6 summary of the edit manual.
195: if substr(p_prior_duty_station, 1, 2) = 'US' and
196: p_agency_subelement <> 'DJ02' then
197: hr_utility.set_message(8301, 'GHR_37607_ALL_PROCEDURE_FAIL');
198: hr_utility.raise_error;
199: end if;
200: */
201:

Line 198: hr_utility.raise_error;

194: /* This is not required according to the update6 summary of the edit manual.
195: if substr(p_prior_duty_station, 1, 2) = 'US' and
196: p_agency_subelement <> 'DJ02' then
197: hr_utility.set_message(8301, 'GHR_37607_ALL_PROCEDURE_FAIL');
198: hr_utility.raise_error;
199: end if;
200: */
201:
202: end chk_prior_duty_station;

Line 224: hr_utility.set_message(8301, 'GHR_37666_ALL_PROCEDURE_FAIL');

220: /* Commented -- August 2001 10.7 Patch
221: -- 655.02.1
222: if p_retention_allowance is not null and
223: to_number(p_retention_allowance) <= 0 then
224: hr_utility.set_message(8301, 'GHR_37666_ALL_PROCEDURE_FAIL');
225: hr_utility.raise_error;
226: end if;
227: */
228:

Line 225: hr_utility.raise_error;

221: -- 655.02.1
222: if p_retention_allowance is not null and
223: to_number(p_retention_allowance) <= 0 then
224: hr_utility.set_message(8301, 'GHR_37666_ALL_PROCEDURE_FAIL');
225: hr_utility.raise_error;
226: end if;
227: */
228:
229: -- 655.10.3

Line 243: hr_utility.set_message(8301, 'GHR_37667_ALL_PROCEDURE_FAIL');

239: and
240: p_retention_allowance is not null
241: and
242: to_number(p_retention_allowance) > (to_number(p_to_basic_pay) * .25) then
243: hr_utility.set_message(8301, 'GHR_37667_ALL_PROCEDURE_FAIL');
244: hr_utility.raise_error;
245: end if;
246: end if;
247: --

Line 244: hr_utility.raise_error;

240: p_retention_allowance is not null
241: and
242: to_number(p_retention_allowance) > (to_number(p_to_basic_pay) * .25) then
243: hr_utility.set_message(8301, 'GHR_37667_ALL_PROCEDURE_FAIL');
244: hr_utility.raise_error;
245: end if;
246: end if;
247: --
248: -- 655.15.2

Line 256: hr_utility.set_message(8301, 'GHR_37668_ALL_PROCEDURE_FAIL');

252: (p_first_action_noa_la_code1 = 'VPG' or p_first_action_noa_la_code2 = 'VPG')
253: and
254: p_retention_allowance is null
255: then
256: hr_utility.set_message(8301, 'GHR_37668_ALL_PROCEDURE_FAIL');
257: hr_utility.raise_error;
258: end if;
259: */
260: /* Commented -- August 2001 10.7 Patch

Line 257: hr_utility.raise_error;

253: and
254: p_retention_allowance is null
255: then
256: hr_utility.set_message(8301, 'GHR_37668_ALL_PROCEDURE_FAIL');
257: hr_utility.raise_error;
258: end if;
259: */
260: /* Commented -- August 2001 10.7 Patch
261: -- 655.20.2

Line 265: hr_utility.set_message(8301, 'GHR_37669_ALL_PROCEDURE_FAIL');

261: -- 655.20.2
262: if p_first_noac_lookup_code <> 810 and
263: p_retention_allowance is not null and
264: to_number(p_retention_allowance) <= 0 then
265: hr_utility.set_message(8301, 'GHR_37669_ALL_PROCEDURE_FAIL');
266: hr_utility.raise_error;
267: end if;
268: */
269:

Line 266: hr_utility.raise_error;

262: if p_first_noac_lookup_code <> 810 and
263: p_retention_allowance is not null and
264: to_number(p_retention_allowance) <= 0 then
265: hr_utility.set_message(8301, 'GHR_37669_ALL_PROCEDURE_FAIL');
266: hr_utility.raise_error;
267: end if;
268: */
269:
270: end chk_retention_allowance;

Line 290: hr_utility.set_message(8301, 'GHR_37670_ALL_PROCEDURE_FAIL');

286: /* Commenting the edit as per Sept.2000 patch -- refer to doc cpdf_edits_00_sep.doc
287: -- 656.10.1
288: if p_staffing_differential is not null and
289: to_number(p_staffing_differential) <= 0 then
290: hr_utility.set_message(8301, 'GHR_37670_ALL_PROCEDURE_FAIL');
291: hr_utility.raise_error;
292: end if;
293: */
294:

Line 291: hr_utility.raise_error;

287: -- 656.10.1
288: if p_staffing_differential is not null and
289: to_number(p_staffing_differential) <= 0 then
290: hr_utility.set_message(8301, 'GHR_37670_ALL_PROCEDURE_FAIL');
291: hr_utility.raise_error;
292: end if;
293: */
294:
295: -- 656.15.2

Line 301: hr_utility.set_message(8301, 'GHR_37671_ALL_PROCEDURE_FAIL');

297: end other pay elements: Staffing Differential, Retention Allowance and Supervisory Differential.
298: if p_first_noac_lookup_code = '810' and
299: (p_first_action_noa_la_code1 = 'ZTS' or p_first_action_noa_la_code2= 'ZTS') and
300: p_staffing_differential is null then
301: hr_utility.set_message(8301, 'GHR_37671_ALL_PROCEDURE_FAIL');
302: hr_utility.raise_error;
303: end if;
304: */
305: /* Commenting the edit as per Sept.2000 patch -- refer to doc cpdf_edits_00_sep.doc

Line 302: hr_utility.raise_error;

298: if p_first_noac_lookup_code = '810' and
299: (p_first_action_noa_la_code1 = 'ZTS' or p_first_action_noa_la_code2= 'ZTS') and
300: p_staffing_differential is null then
301: hr_utility.set_message(8301, 'GHR_37671_ALL_PROCEDURE_FAIL');
302: hr_utility.raise_error;
303: end if;
304: */
305: /* Commenting the edit as per Sept.2000 patch -- refer to doc cpdf_edits_00_sep.doc
306: -- 656.20.2

Line 310: hr_utility.set_message(8301, 'GHR_37672_ALL_PROCEDURE_FAIL');

306: -- 656.20.2
307: if p_first_noac_lookup_code <> '810' and
308: p_staffing_differential is not null and
309: to_number(p_staffing_differential) <= 0 then
310: hr_utility.set_message(8301, 'GHR_37672_ALL_PROCEDURE_FAIL');
311: hr_utility.raise_error;
312: end if;
313: */
314: null;

Line 311: hr_utility.raise_error;

307: if p_first_noac_lookup_code <> '810' and
308: p_staffing_differential is not null and
309: to_number(p_staffing_differential) <= 0 then
310: hr_utility.set_message(8301, 'GHR_37672_ALL_PROCEDURE_FAIL');
311: hr_utility.raise_error;
312: end if;
313: */
314: null;
315: end chk_staffing_differential;

Line 335: hr_utility.set_message(8301, 'GHR_37673_ALL_PROCEDURE_FAIL');

331: -- 657.15.1
332: -- Commented by Ashley for bug 3251402 (EOY 03)
333: /* if p_supervisory_differential is not null and
334: to_number(p_supervisory_differential) <= 0 then
335: hr_utility.set_message(8301, 'GHR_37673_ALL_PROCEDURE_FAIL');
336: hr_utility.raise_error;
337: end if;
338: */
339:

Line 336: hr_utility.raise_error;

332: -- Commented by Ashley for bug 3251402 (EOY 03)
333: /* if p_supervisory_differential is not null and
334: to_number(p_supervisory_differential) <= 0 then
335: hr_utility.set_message(8301, 'GHR_37673_ALL_PROCEDURE_FAIL');
336: hr_utility.raise_error;
337: end if;
338: */
339:
340: -- 657.20.2

Line 346: hr_utility.set_message(8301, 'GHR_37674_ALL_PROCEDURE_FAIL');

342: end other pay elements: Staffing Differential, Retention Allowance and Supervisory Differential.
343: if p_first_noac_lookup_code = '810' and
344: (p_first_action_noa_la_code1 = 'VPH' or p_first_action_noa_la_code2 = 'VPH') and
345: p_supervisory_differential is null then
346: hr_utility.set_message(8301, 'GHR_37674_ALL_PROCEDURE_FAIL');
347: hr_utility.raise_error;
348: end if;
349: */
350: -- 657.25.2

Line 347: hr_utility.raise_error;

343: if p_first_noac_lookup_code = '810' and
344: (p_first_action_noa_la_code1 = 'VPH' or p_first_action_noa_la_code2 = 'VPH') and
345: p_supervisory_differential is null then
346: hr_utility.set_message(8301, 'GHR_37674_ALL_PROCEDURE_FAIL');
347: hr_utility.raise_error;
348: end if;
349: */
350: -- 657.25.2
351: -- EOY'02 Patch 13-NOV-02 vnarasim End dated the Edit as of 31-MAY-2001

Line 357: hr_utility.set_message(8301, 'GHR_37675_ALL_PROCEDURE_FAIL');

353: if p_effective_date <= to_date('31/05/2001','dd/mm/yyyy') then
354: if p_first_noac_lookup_code <> '810' and
355: p_supervisory_differential is not null and
356: to_number(p_supervisory_differential) <= 0 then
357: hr_utility.set_message(8301, 'GHR_37675_ALL_PROCEDURE_FAIL');
358: hr_utility.raise_error;
359: end if;
360: end if;
361: end chk_supervisory_differential;

Line 358: hr_utility.raise_error;

354: if p_first_noac_lookup_code <> '810' and
355: p_supervisory_differential is not null and
356: to_number(p_supervisory_differential) <= 0 then
357: hr_utility.set_message(8301, 'GHR_37675_ALL_PROCEDURE_FAIL');
358: hr_utility.raise_error;
359: end if;
360: end if;
361: end chk_supervisory_differential;
362:

Line 387: hr_utility.set_message(8301, 'GHR_37608_ALL_PROCEDURE_FAIL');

383: if p_service_computation_date > p_submission_date
384: and
385: p_service_computation_date is not null
386: then
387: hr_utility.set_message(8301, 'GHR_37608_ALL_PROCEDURE_FAIL');
388: hr_utility.raise_error;
389: end if;
390:
391: -- 660.02.3

Line 388: hr_utility.raise_error;

384: and
385: p_service_computation_date is not null
386: then
387: hr_utility.set_message(8301, 'GHR_37608_ALL_PROCEDURE_FAIL');
388: hr_utility.raise_error;
389: end if;
390:
391: -- 660.02.3
392: if

Line 400: hr_utility.set_message(8301, 'GHR_37609_ALL_PROCEDURE_FAIL');

396: months_between(p_service_computation_date, p_employee_date_of_birth) < 156 --Bug# 14563174
397: and
398: p_service_computation_date is not null
399: then
400: hr_utility.set_message(8301, 'GHR_37609_ALL_PROCEDURE_FAIL');
401: hr_utility.raise_error;
402: end if;
403:
404: -- 660.04.3

Line 401: hr_utility.raise_error;

397: and
398: p_service_computation_date is not null
399: then
400: hr_utility.set_message(8301, 'GHR_37609_ALL_PROCEDURE_FAIL');
401: hr_utility.raise_error;
402: end if;
403:
404: -- 660.04.3
405: -- end dated this edit on 27-oct-98 for bug 745246

Line 424: hr_utility.set_message(8301, 'GHR_37610_ALL_PROCEDURE_FAIL');

420: months_between(p_service_computation_date, p_employee_date_of_birth) < 180 --Bug# 14563174
421: and
422: p_service_computation_date is not null
423: then
424: hr_utility.set_message(8301, 'GHR_37610_ALL_PROCEDURE_FAIL');
425: hr_utility.raise_error;
426: end if;
427: end if;
428:

Line 425: hr_utility.raise_error;

421: and
422: p_service_computation_date is not null
423: then
424: hr_utility.set_message(8301, 'GHR_37610_ALL_PROCEDURE_FAIL');
425: hr_utility.raise_error;
426: end if;
427: end if;
428:
429: -- 660.07.2

Line 434: hr_utility.set_message(8301, 'GHR_37611_ALL_PROCEDURE_FAIL');

430: if p_service_computation_date > p_effective_date
431: and
432: p_service_computation_date is not null
433: then
434: hr_utility.set_message(8301, 'GHR_37611_ALL_PROCEDURE_FAIL');
435: hr_utility.raise_error;
436: end if;
437:
438: -- 660.10.2

Line 435: hr_utility.raise_error;

431: and
432: p_service_computation_date is not null
433: then
434: hr_utility.set_message(8301, 'GHR_37611_ALL_PROCEDURE_FAIL');
435: hr_utility.raise_error;
436: end if;
437:
438: -- 660.10.2
439: -- UPD 56 (Bug# 8309414) Terminating the edit eff date 17-Jul-2007

Line 443: -- hr_utility.is_numeric(p_credit_mil_svc)

439: -- UPD 56 (Bug# 8309414) Terminating the edit eff date 17-Jul-2007
440: if p_effective_date < fnd_date.canonical_to_date('2007/07/18') then
441: if substr(p_first_noac_lookup_code, 1, 1) = '1'
442: -- and
443: -- hr_utility.is_numeric(p_credit_mil_svc)
444: and
445: to_number(p_credit_mil_svc) > 0 and
446: p_service_computation_date >= p_effective_date then
447: hr_utility.set_message(8301, 'GHR_37612_ALL_PROCEDURE_FAIL');

Line 447: hr_utility.set_message(8301, 'GHR_37612_ALL_PROCEDURE_FAIL');

443: -- hr_utility.is_numeric(p_credit_mil_svc)
444: and
445: to_number(p_credit_mil_svc) > 0 and
446: p_service_computation_date >= p_effective_date then
447: hr_utility.set_message(8301, 'GHR_37612_ALL_PROCEDURE_FAIL');
448: hr_utility.raise_error;
449: end if;
450: end if;
451:

Line 448: hr_utility.raise_error;

444: and
445: to_number(p_credit_mil_svc) > 0 and
446: p_service_computation_date >= p_effective_date then
447: hr_utility.set_message(8301, 'GHR_37612_ALL_PROCEDURE_FAIL');
448: hr_utility.raise_error;
449: end if;
450: end if;
451:
452: end chk_service_comp_date;

Line 467: hr_utility.set_message(8301, 'GHR_38353_ALL_PROCEDURE_FAIL');

463: begin
464: IF p_effective_date >= fnd_date.canonical_to_date('2011/02/01') THEN
465: -- 665.01.1/665.01.2
466: if p_scd_retirement > p_effective_date and p_scd_retirement is not null then
467: hr_utility.set_message(8301, 'GHR_38353_ALL_PROCEDURE_FAIL');
468: hr_utility.raise_error;
469: end if;
470:
471: -- 665.02.3

Line 468: hr_utility.raise_error;

464: IF p_effective_date >= fnd_date.canonical_to_date('2011/02/01') THEN
465: -- 665.01.1/665.01.2
466: if p_scd_retirement > p_effective_date and p_scd_retirement is not null then
467: hr_utility.set_message(8301, 'GHR_38353_ALL_PROCEDURE_FAIL');
468: hr_utility.raise_error;
469: end if;
470:
471: -- 665.02.3
472: if

Line 477: hr_utility.set_message(8301, 'GHR_38354_ALL_PROCEDURE_FAIL');

473: --(to_number(substr(to_char(p_scd_retirement, 'MMDDYYYY'),5,4)) -
474: --to_number(substr(to_char(p_employee_date_of_birth, 'MMDDYYYY'),5,4)) ) <=13
475: months_between(p_scd_retirement, p_employee_date_of_birth) < 156 --Bug# 14563174
476: then
477: hr_utility.set_message(8301, 'GHR_38354_ALL_PROCEDURE_FAIL');
478: hr_utility.raise_error;
479: end if;
480:
481: -- 665.03.3

Line 478: hr_utility.raise_error;

474: --to_number(substr(to_char(p_employee_date_of_birth, 'MMDDYYYY'),5,4)) ) <=13
475: months_between(p_scd_retirement, p_employee_date_of_birth) < 156 --Bug# 14563174
476: then
477: hr_utility.set_message(8301, 'GHR_38354_ALL_PROCEDURE_FAIL');
478: hr_utility.raise_error;
479: end if;
480:
481: -- 665.03.3
482: if p_scd_retirement is not null and p_scd_leave is not null and

Line 484: hr_utility.set_message(8301, 'GHR_38355_ALL_PROCEDURE_FAIL');

480:
481: -- 665.03.3
482: if p_scd_retirement is not null and p_scd_leave is not null and
483: p_scd_leave > p_scd_retirement then
484: hr_utility.set_message(8301, 'GHR_38355_ALL_PROCEDURE_FAIL');
485: hr_utility.raise_error;
486: end if;
487: END IF;
488: end chk_scd_info;

Line 485: hr_utility.raise_error;

481: -- 665.03.3
482: if p_scd_retirement is not null and p_scd_leave is not null and
483: p_scd_leave > p_scd_retirement then
484: hr_utility.set_message(8301, 'GHR_38355_ALL_PROCEDURE_FAIL');
485: hr_utility.raise_error;
486: end if;
487: END IF;
488: end chk_scd_info;
489:

Line 520: hr_utility.set_location(' Entering chk_Social_Security ' || p_employee_National_ID,110);

516: -- and modified 680.00.3 to remove agency comparision of DJ02 or HSDA
517: -- 12-Apr-2012 Raju 1-Jun-2012 13942181 Removed SSN begins with 8 condition
518: -- 09-May-2012 Raju 13942181 Removed SSN begins with 8 condition effective from start date
519:
520: hr_utility.set_location(' Entering chk_Social_Security ' || p_employee_National_ID,110);
521: if p_effective_date < to_date('01/07/2006','dd/mm/yyyy') then
522: if p_agency_sub NOT IN ('HSDA','DJ02') and
523: (
524: --substr(p_employee_National_ID,1,1) = '8' or

Line 532: --hr_utility.set_message(8301, 'GHR_37613_ALL_PROCEDURE_FAIL');

528: open c_found_poi;
529: fetch c_found_poi into l_dummy;
530: if c_found_poi%notfound then
531: --bug# 13942181 commneted msg GHR_37613 replaced with GHR_37698
532: --hr_utility.set_message(8301, 'GHR_37613_ALL_PROCEDURE_FAIL');
533: hr_utility.set_message(8301, 'GHR_37698_ALL_PROCEDURE_FAIL');
534: hr_utility.set_message_token('FIRST_SSN','9 ');
535: hr_utility.raise_error;
536: end if;

Line 533: hr_utility.set_message(8301, 'GHR_37698_ALL_PROCEDURE_FAIL');

529: fetch c_found_poi into l_dummy;
530: if c_found_poi%notfound then
531: --bug# 13942181 commneted msg GHR_37613 replaced with GHR_37698
532: --hr_utility.set_message(8301, 'GHR_37613_ALL_PROCEDURE_FAIL');
533: hr_utility.set_message(8301, 'GHR_37698_ALL_PROCEDURE_FAIL');
534: hr_utility.set_message_token('FIRST_SSN','9 ');
535: hr_utility.raise_error;
536: end if;
537: close c_found_poi;

Line 534: hr_utility.set_message_token('FIRST_SSN','9 ');

530: if c_found_poi%notfound then
531: --bug# 13942181 commneted msg GHR_37613 replaced with GHR_37698
532: --hr_utility.set_message(8301, 'GHR_37613_ALL_PROCEDURE_FAIL');
533: hr_utility.set_message(8301, 'GHR_37698_ALL_PROCEDURE_FAIL');
534: hr_utility.set_message_token('FIRST_SSN','9 ');
535: hr_utility.raise_error;
536: end if;
537: close c_found_poi;
538: end;

Line 535: hr_utility.raise_error;

531: --bug# 13942181 commneted msg GHR_37613 replaced with GHR_37698
532: --hr_utility.set_message(8301, 'GHR_37613_ALL_PROCEDURE_FAIL');
533: hr_utility.set_message(8301, 'GHR_37698_ALL_PROCEDURE_FAIL');
534: hr_utility.set_message_token('FIRST_SSN','9 ');
535: hr_utility.raise_error;
536: end if;
537: close c_found_poi;
538: end;
539: end if;

Line 549: hr_utility.set_message(8301, 'GHR_37698_ALL_PROCEDURE_FAIL');

545: Begin
546: open c_found_poi;
547: fetch c_found_poi into l_dummy;
548: if c_found_poi%notfound then
549: hr_utility.set_message(8301, 'GHR_37698_ALL_PROCEDURE_FAIL');
550: hr_utility.set_message_token('FIRST_SSN','9 '); --bug# 13942181
551: hr_utility.raise_error;
552: end if;
553: close c_found_poi;

Line 550: hr_utility.set_message_token('FIRST_SSN','9 '); --bug# 13942181

546: open c_found_poi;
547: fetch c_found_poi into l_dummy;
548: if c_found_poi%notfound then
549: hr_utility.set_message(8301, 'GHR_37698_ALL_PROCEDURE_FAIL');
550: hr_utility.set_message_token('FIRST_SSN','9 '); --bug# 13942181
551: hr_utility.raise_error;
552: end if;
553: close c_found_poi;
554: end;

Line 551: hr_utility.raise_error;

547: fetch c_found_poi into l_dummy;
548: if c_found_poi%notfound then
549: hr_utility.set_message(8301, 'GHR_37698_ALL_PROCEDURE_FAIL');
550: hr_utility.set_message_token('FIRST_SSN','9 '); --bug# 13942181
551: hr_utility.raise_error;
552: end if;
553: close c_found_poi;
554: end;
555: end if;

Line 575: hr_utility.set_message(8301, 'GHR_37614_ALL_PROCEDURE_FAIL');

571: open c_found_poi;
572: fetch c_found_poi into l_dummy;
573: if c_found_poi%notfound then
574: if p_effective_date < to_date('01/07/2006','dd/mm/yyyy') then
575: hr_utility.set_message(8301, 'GHR_37614_ALL_PROCEDURE_FAIL');
576: hr_utility.raise_error;
577: else
578: hr_utility.set_message(8301, 'GHR_37699_ALL_PROCEDURE_FAIL');
579: hr_utility.raise_error;

Line 576: hr_utility.raise_error;

572: fetch c_found_poi into l_dummy;
573: if c_found_poi%notfound then
574: if p_effective_date < to_date('01/07/2006','dd/mm/yyyy') then
575: hr_utility.set_message(8301, 'GHR_37614_ALL_PROCEDURE_FAIL');
576: hr_utility.raise_error;
577: else
578: hr_utility.set_message(8301, 'GHR_37699_ALL_PROCEDURE_FAIL');
579: hr_utility.raise_error;
580: end if;

Line 578: hr_utility.set_message(8301, 'GHR_37699_ALL_PROCEDURE_FAIL');

574: if p_effective_date < to_date('01/07/2006','dd/mm/yyyy') then
575: hr_utility.set_message(8301, 'GHR_37614_ALL_PROCEDURE_FAIL');
576: hr_utility.raise_error;
577: else
578: hr_utility.set_message(8301, 'GHR_37699_ALL_PROCEDURE_FAIL');
579: hr_utility.raise_error;
580: end if;
581: end if;
582: close c_found_poi;

Line 579: hr_utility.raise_error;

575: hr_utility.set_message(8301, 'GHR_37614_ALL_PROCEDURE_FAIL');
576: hr_utility.raise_error;
577: else
578: hr_utility.set_message(8301, 'GHR_37699_ALL_PROCEDURE_FAIL');
579: hr_utility.raise_error;
580: end if;
581: end if;
582: close c_found_poi;
583: end;

Line 592: hr_utility.set_message(8301, 'GHR_37615_ALL_PROCEDURE_FAIL');

588: substr(p_employee_National_ID,1,1) <> '9'
589: ) and
590: substr(p_employee_National_ID,1,3) not between '001' and '899'
591: then
592: hr_utility.set_message(8301, 'GHR_37615_ALL_PROCEDURE_FAIL');
593: hr_utility.set_message_token('FIRST_SSN','900');
594: hr_utility.raise_error;
595: end if;
596: end chk_Social_Security;

Line 593: hr_utility.set_message_token('FIRST_SSN','900');

589: ) and
590: substr(p_employee_National_ID,1,3) not between '001' and '899'
591: then
592: hr_utility.set_message(8301, 'GHR_37615_ALL_PROCEDURE_FAIL');
593: hr_utility.set_message_token('FIRST_SSN','900');
594: hr_utility.raise_error;
595: end if;
596: end chk_Social_Security;
597:

Line 594: hr_utility.raise_error;

590: substr(p_employee_National_ID,1,3) not between '001' and '899'
591: then
592: hr_utility.set_message(8301, 'GHR_37615_ALL_PROCEDURE_FAIL');
593: hr_utility.set_message_token('FIRST_SSN','900');
594: hr_utility.raise_error;
595: end if;
596: end chk_Social_Security;
597:
598:

Line 642: hr_utility.set_message(8301, 'GHR_37186_ALL_PROCEDURE_FAIL');

638: p_rpa_step_or_rate <> '00'
639: and
640: p_rpa_step_or_rate is not null
641: then
642: hr_utility.set_message(8301, 'GHR_37186_ALL_PROCEDURE_FAIL');
643: hr_utility.raise_error;
644: end if;
645: else
646: if (

Line 643: hr_utility.raise_error;

639: and
640: p_rpa_step_or_rate is not null
641: then
642: hr_utility.set_message(8301, 'GHR_37186_ALL_PROCEDURE_FAIL');
643: hr_utility.raise_error;
644: end if;
645: else
646: if (
647: p_pay_rate_determinant in ('0','6','2','3','4','A','B','C','E','F','G','H','I','J','K','L','N','O',

Line 656: hr_utility.set_message(8301, 'GHR_37616_ALL_PROCEDURE_FAIL');

652: p_rpa_step_or_rate <> '00'
653: and
654: p_rpa_step_or_rate is not null
655: then
656: hr_utility.set_message(8301, 'GHR_37616_ALL_PROCEDURE_FAIL');
657: hr_utility.raise_error;
658: end if;
659: end if;
660: ELSE

Line 657: hr_utility.raise_error;

653: and
654: p_rpa_step_or_rate is not null
655: then
656: hr_utility.set_message(8301, 'GHR_37616_ALL_PROCEDURE_FAIL');
657: hr_utility.raise_error;
658: end if;
659: end if;
660: ELSE
661: if p_effective_date >= fnd_date.canonical_to_date('1999/03/01') then

Line 673: hr_utility.set_message(8301, 'GHR_37186_ALL_PROCEDURE_FAIL');

669: p_step_or_rate <> '00'
670: and
671: p_step_or_rate is not null
672: then
673: hr_utility.set_message(8301, 'GHR_37186_ALL_PROCEDURE_FAIL');
674: hr_utility.raise_error;
675: end if;
676: else
677: if (

Line 674: hr_utility.raise_error;

670: and
671: p_step_or_rate is not null
672: then
673: hr_utility.set_message(8301, 'GHR_37186_ALL_PROCEDURE_FAIL');
674: hr_utility.raise_error;
675: end if;
676: else
677: if (
678: p_pay_rate_determinant in ('2','3','4','A','B','C','E','F','G','H','I','J','K','L','N','O',

Line 687: hr_utility.set_message(8301, 'GHR_37616_ALL_PROCEDURE_FAIL');

683: p_step_or_rate <> '00'
684: and
685: p_step_or_rate is not null
686: then
687: hr_utility.set_message(8301, 'GHR_37616_ALL_PROCEDURE_FAIL');
688: hr_utility.raise_error;
689: end if;
690: end if;
691: END IF;

Line 688: hr_utility.raise_error;

684: and
685: p_step_or_rate is not null
686: then
687: hr_utility.set_message(8301, 'GHR_37616_ALL_PROCEDURE_FAIL');
688: hr_utility.raise_error;
689: end if;
690: end if;
691: END IF;
692: end if;

Line 706: hr_utility.set_message(8301, 'GHR_37617_ALL_PROCEDURE_FAIL');

702: p_pay_rate_determinant in ('0','5','6','7') and
703: p_step_or_rate not in ('01','02','03','04','05','06','07','08',
704: '09','10','11','12','13','14','15') and
705: p_step_or_rate is not null then
706: hr_utility.set_message(8301, 'GHR_37617_ALL_PROCEDURE_FAIL');
707: hr_utility.set_message_token('PAY_PLAN_LIST','GG, GS or VP ');
708: hr_utility.raise_error;
709: end if;
710: ELSE

Line 707: hr_utility.set_message_token('PAY_PLAN_LIST','GG, GS or VP ');

703: p_step_or_rate not in ('01','02','03','04','05','06','07','08',
704: '09','10','11','12','13','14','15') and
705: p_step_or_rate is not null then
706: hr_utility.set_message(8301, 'GHR_37617_ALL_PROCEDURE_FAIL');
707: hr_utility.set_message_token('PAY_PLAN_LIST','GG, GS or VP ');
708: hr_utility.raise_error;
709: end if;
710: ELSE
711: if (p_to_pay_plan in ('GG','GL','GS','VP')) and

Line 708: hr_utility.raise_error;

704: '09','10','11','12','13','14','15') and
705: p_step_or_rate is not null then
706: hr_utility.set_message(8301, 'GHR_37617_ALL_PROCEDURE_FAIL');
707: hr_utility.set_message_token('PAY_PLAN_LIST','GG, GS or VP ');
708: hr_utility.raise_error;
709: end if;
710: ELSE
711: if (p_to_pay_plan in ('GG','GL','GS','VP')) and
712: p_Cur_Appt_Auth_1 <> 'UAM' and

Line 719: hr_utility.set_message(8301, 'GHR_37617_ALL_PROCEDURE_FAIL');

715: p_pay_rate_determinant in ('0','5','6','7') and
716: p_step_or_rate not in ('01','02','03','04','05','06','07','08',
717: '09','10','11','12','13','14','15') and
718: p_step_or_rate is not null then
719: hr_utility.set_message(8301, 'GHR_37617_ALL_PROCEDURE_FAIL');
720: hr_utility.set_message_token('PAY_PLAN_LIST','GG, GL, GS or VP ');
721: hr_utility.raise_error;
722: end if;
723: END IF;

Line 720: hr_utility.set_message_token('PAY_PLAN_LIST','GG, GL, GS or VP ');

716: p_step_or_rate not in ('01','02','03','04','05','06','07','08',
717: '09','10','11','12','13','14','15') and
718: p_step_or_rate is not null then
719: hr_utility.set_message(8301, 'GHR_37617_ALL_PROCEDURE_FAIL');
720: hr_utility.set_message_token('PAY_PLAN_LIST','GG, GL, GS or VP ');
721: hr_utility.raise_error;
722: end if;
723: END IF;
724:

Line 721: hr_utility.raise_error;

717: '09','10','11','12','13','14','15') and
718: p_step_or_rate is not null then
719: hr_utility.set_message(8301, 'GHR_37617_ALL_PROCEDURE_FAIL');
720: hr_utility.set_message_token('PAY_PLAN_LIST','GG, GL, GS or VP ');
721: hr_utility.raise_error;
722: end if;
723: END IF;
724:
725: -- 700.07.3

Line 736: hr_utility.set_message(8301, 'GHR_37618_ALL_PROCEDURE_FAIL');

732: p_step_or_rate not in ('01','02','03','04','05','06',
733: '07','08','09','10') and
734: p_step_or_rate is not null
735: then
736: hr_utility.set_message(8301, 'GHR_37618_ALL_PROCEDURE_FAIL');
737: hr_utility.raise_error;
738: end if;
739: END IF;
740:

Line 737: hr_utility.raise_error;

733: '07','08','09','10') and
734: p_step_or_rate is not null
735: then
736: hr_utility.set_message(8301, 'GHR_37618_ALL_PROCEDURE_FAIL');
737: hr_utility.raise_error;
738: end if;
739: END IF;
740:
741: -- 700.10.3

Line 750: hr_utility.set_message(8301, 'GHR_37619_ALL_PROCEDURE_FAIL');

746: p_step_or_rate not in ('01','02','03','04','05','06',
747: '07','08','09') and
748: p_step_or_rate is not null
749: then
750: hr_utility.set_message(8301, 'GHR_37619_ALL_PROCEDURE_FAIL');
751: hr_utility.raise_error;
752: end if;
753: END IF;
754:

Line 751: hr_utility.raise_error;

747: '07','08','09') and
748: p_step_or_rate is not null
749: then
750: hr_utility.set_message(8301, 'GHR_37619_ALL_PROCEDURE_FAIL');
751: hr_utility.raise_error;
752: end if;
753: END IF;
754:
755: -- 700.12.3

Line 766: hr_utility.set_message(8301, 'GHR_37620_ALL_PROCEDURE_FAIL');

762: '24','25','26','27','28')
763: and
764: p_step_or_rate is not null
765: then
766: hr_utility.set_message(8301, 'GHR_37620_ALL_PROCEDURE_FAIL');
767: hr_utility.raise_error;
768: end if;
769: end if;
770:

Line 767: hr_utility.raise_error;

763: and
764: p_step_or_rate is not null
765: then
766: hr_utility.set_message(8301, 'GHR_37620_ALL_PROCEDURE_FAIL');
767: hr_utility.raise_error;
768: end if;
769: end if;
770:
771: -- 700.14.3

Line 780: hr_utility.set_message(8301, 'GHR_37621_ALL_PROCEDURE_FAIL');

776: if p_effective_date < fnd_date.canonical_to_date('2006/04/01') then
777: if p_to_pay_plan = 'XE' and
778: p_step_or_rate not in ('00','01','02','03') and
779: p_step_or_rate is not null then
780: hr_utility.set_message(8301, 'GHR_37621_ALL_PROCEDURE_FAIL');
781: hr_utility.set_message_token('STEP_RATE','00 through 03');
782: hr_utility.raise_error;
783: end if;
784: else

Line 781: hr_utility.set_message_token('STEP_RATE','00 through 03');

777: if p_to_pay_plan = 'XE' and
778: p_step_or_rate not in ('00','01','02','03') and
779: p_step_or_rate is not null then
780: hr_utility.set_message(8301, 'GHR_37621_ALL_PROCEDURE_FAIL');
781: hr_utility.set_message_token('STEP_RATE','00 through 03');
782: hr_utility.raise_error;
783: end if;
784: else
785: if p_to_pay_plan = 'XE' and

Line 782: hr_utility.raise_error;

778: p_step_or_rate not in ('00','01','02','03') and
779: p_step_or_rate is not null then
780: hr_utility.set_message(8301, 'GHR_37621_ALL_PROCEDURE_FAIL');
781: hr_utility.set_message_token('STEP_RATE','00 through 03');
782: hr_utility.raise_error;
783: end if;
784: else
785: if p_to_pay_plan = 'XE' and
786: p_step_or_rate not in ('01','02','03') and

Line 788: hr_utility.set_message(8301, 'GHR_37621_ALL_PROCEDURE_FAIL');

784: else
785: if p_to_pay_plan = 'XE' and
786: p_step_or_rate not in ('01','02','03') and
787: p_step_or_rate is not null then
788: hr_utility.set_message(8301, 'GHR_37621_ALL_PROCEDURE_FAIL');
789: hr_utility.set_message_token('STEP_RATE','01 through 03');
790: hr_utility.raise_error;
791: end if;
792: end if;

Line 789: hr_utility.set_message_token('STEP_RATE','01 through 03');

785: if p_to_pay_plan = 'XE' and
786: p_step_or_rate not in ('01','02','03') and
787: p_step_or_rate is not null then
788: hr_utility.set_message(8301, 'GHR_37621_ALL_PROCEDURE_FAIL');
789: hr_utility.set_message_token('STEP_RATE','01 through 03');
790: hr_utility.raise_error;
791: end if;
792: end if;
793: end if;

Line 790: hr_utility.raise_error;

786: p_step_or_rate not in ('01','02','03') and
787: p_step_or_rate is not null then
788: hr_utility.set_message(8301, 'GHR_37621_ALL_PROCEDURE_FAIL');
789: hr_utility.set_message_token('STEP_RATE','01 through 03');
790: hr_utility.raise_error;
791: end if;
792: end if;
793: end if;
794:

Line 805: hr_utility.set_message(8301, 'GHR_37622_ALL_PROCEDURE_FAIL');

801: '16','17','18','19','20','21')
802: and
803: p_step_or_rate is not null
804: then
805: hr_utility.set_message(8301, 'GHR_37622_ALL_PROCEDURE_FAIL');
806: hr_utility.raise_error;
807: end if;
808: end if;
809:

Line 806: hr_utility.raise_error;

802: and
803: p_step_or_rate is not null
804: then
805: hr_utility.set_message(8301, 'GHR_37622_ALL_PROCEDURE_FAIL');
806: hr_utility.raise_error;
807: end if;
808: end if;
809:
810: -- 700.19.3

Line 819: hr_utility.set_message(8301, 'GHR_37436_ALL_PROCEDURE_FAIL');

815: if p_effective_date >= to_date('1999/01/01','yyyy/mm/dd') then
816: if p_to_pay_plan in ('GR','GM') and p_step_or_rate <> '00' and
817: p_step_or_rate is not null
818: then
819: hr_utility.set_message(8301, 'GHR_37436_ALL_PROCEDURE_FAIL');
820: hr_utility.set_message_token('PAY_PLAN',p_to_pay_plan);--Bug# 6341069
821: hr_utility.raise_error;
822: end if;
823: else

Line 820: hr_utility.set_message_token('PAY_PLAN',p_to_pay_plan);--Bug# 6341069

816: if p_to_pay_plan in ('GR','GM') and p_step_or_rate <> '00' and
817: p_step_or_rate is not null
818: then
819: hr_utility.set_message(8301, 'GHR_37436_ALL_PROCEDURE_FAIL');
820: hr_utility.set_message_token('PAY_PLAN',p_to_pay_plan);--Bug# 6341069
821: hr_utility.raise_error;
822: end if;
823: else
824: if p_to_pay_plan = 'GM' and

Line 821: hr_utility.raise_error;

817: p_step_or_rate is not null
818: then
819: hr_utility.set_message(8301, 'GHR_37436_ALL_PROCEDURE_FAIL');
820: hr_utility.set_message_token('PAY_PLAN',p_to_pay_plan);--Bug# 6341069
821: hr_utility.raise_error;
822: end if;
823: else
824: if p_to_pay_plan = 'GM' and
825: (p_step_or_rate <> '00' and p_step_or_rate <> '99')

Line 829: hr_utility.set_message(8301, 'GHR_37623_ALL_PROCEDURE_FAIL');

825: (p_step_or_rate <> '00' and p_step_or_rate <> '99')
826: and
827: p_step_or_rate is not null
828: then
829: hr_utility.set_message(8301, 'GHR_37623_ALL_PROCEDURE_FAIL');
830: hr_utility.raise_error;
831: end if;
832: end if;
833: end if;

Line 830: hr_utility.raise_error;

826: and
827: p_step_or_rate is not null
828: then
829: hr_utility.set_message(8301, 'GHR_37623_ALL_PROCEDURE_FAIL');
830: hr_utility.raise_error;
831: end if;
832: end if;
833: end if;
834:

Line 842: hr_utility.set_message(8301, 'GHR_37624_ALL_PROCEDURE_FAIL');

838: if p_effective_date <= to_date('31/05/2001','dd/mm/yyyy') then
839: if (p_to_pay_plan ='ES' or p_to_pay_plan ='FE') and
840: p_step_or_rate not in ('01','02','03','04','05','06') and
841: p_step_or_rate is not null then
842: hr_utility.set_message(8301, 'GHR_37624_ALL_PROCEDURE_FAIL');
843: hr_utility.raise_error;
844: end if;
845: end if;
846:

Line 843: hr_utility.raise_error;

839: if (p_to_pay_plan ='ES' or p_to_pay_plan ='FE') and
840: p_step_or_rate not in ('01','02','03','04','05','06') and
841: p_step_or_rate is not null then
842: hr_utility.set_message(8301, 'GHR_37624_ALL_PROCEDURE_FAIL');
843: hr_utility.raise_error;
844: end if;
845: end if;
846:
847: -- 700.31.3

Line 855: hr_utility.set_message(8301, 'GHR_38359_ALL_PROCEDURE_FAIL');

851: and
852: p_step_or_rate is not null
853: then
854: --Bug # 13340385 modified the message code
855: hr_utility.set_message(8301, 'GHR_38359_ALL_PROCEDURE_FAIL');
856: hr_utility.raise_error;
857: end if;
858:
859: -- 700.34.3

Line 856: hr_utility.raise_error;

852: p_step_or_rate is not null
853: then
854: --Bug # 13340385 modified the message code
855: hr_utility.set_message(8301, 'GHR_38359_ALL_PROCEDURE_FAIL');
856: hr_utility.raise_error;
857: end if;
858:
859: -- 700.34.3
860: if p_to_pay_plan = 'FP' and

Line 867: hr_utility.set_message(8301, 'GHR_37626_ALL_PROCEDURE_FAIL');

863: '09','10','11','12','13','14')
864: and
865: p_step_or_rate is not null
866: then
867: hr_utility.set_message(8301, 'GHR_37626_ALL_PROCEDURE_FAIL');
868: hr_utility.raise_error;
869: end if;
870:
871: -- 700.35.3

Line 868: hr_utility.raise_error;

864: and
865: p_step_or_rate is not null
866: then
867: hr_utility.set_message(8301, 'GHR_37626_ALL_PROCEDURE_FAIL');
868: hr_utility.raise_error;
869: end if;
870:
871: -- 700.35.3
872: -- UPD 56 (Bug# 8309414) Terminating the edit eff date 13-Aug-2007

Line 880: hr_utility.set_message(8301, 'GHR_37627_ALL_PROCEDURE_FAIL');

876: p_step_or_rate not in ('01','02','03','04','05')
877: and
878: p_step_or_rate is not null
879: then
880: hr_utility.set_message(8301, 'GHR_37627_ALL_PROCEDURE_FAIL');
881: hr_utility.raise_error;
882: end if;
883: end if;
884:

Line 881: hr_utility.raise_error;

877: and
878: p_step_or_rate is not null
879: then
880: hr_utility.set_message(8301, 'GHR_37627_ALL_PROCEDURE_FAIL');
881: hr_utility.raise_error;
882: end if;
883: end if;
884:
885: -- 700.37.3

Line 893: hr_utility.set_message(8301, 'GHR_37628_ALL_PROCEDURE_FAIL');

889: p_step_or_rate not in ('01','02','03','04','05')
890: and
891: p_step_or_rate is not null
892: then
893: hr_utility.set_message(8301, 'GHR_37628_ALL_PROCEDURE_FAIL');
894: hr_utility.raise_error;
895: end if;
896: end if;
897:

Line 894: hr_utility.raise_error;

890: and
891: p_step_or_rate is not null
892: then
893: hr_utility.set_message(8301, 'GHR_37628_ALL_PROCEDURE_FAIL');
894: hr_utility.raise_error;
895: end if;
896: end if;
897:
898: -- 700.40.3

Line 909: hr_utility.set_message(8301, 'GHR_37629_ALL_PROCEDURE_FAIL');

905: '07','08','09','10')
906: and
907: p_step_or_rate is not null
908: then
909: hr_utility.set_message(8301, 'GHR_37629_ALL_PROCEDURE_FAIL');
910: hr_utility.raise_error;
911: end if;
912: end if;
913:

Line 910: hr_utility.raise_error;

906: and
907: p_step_or_rate is not null
908: then
909: hr_utility.set_message(8301, 'GHR_37629_ALL_PROCEDURE_FAIL');
910: hr_utility.raise_error;
911: end if;
912: end if;
913:
914: -- 700.43.3

Line 923: hr_utility.set_message(8301, 'GHR_37630_ALL_PROCEDURE_FAIL');

919: '06','07','08','09')
920: and
921: p_step_or_rate is not null
922: then
923: hr_utility.set_message(8301, 'GHR_37630_ALL_PROCEDURE_FAIL');
924: hr_utility.raise_error;
925: end if;
926: end if;
927:

Line 924: hr_utility.raise_error;

920: and
921: p_step_or_rate is not null
922: then
923: hr_utility.set_message(8301, 'GHR_37630_ALL_PROCEDURE_FAIL');
924: hr_utility.raise_error;
925: end if;
926: end if;
927:
928: -- 700.47.3

Line 936: hr_utility.set_message(8301, 'GHR_37631_ALL_PROCEDURE_FAIL');

932: p_step_or_rate not in ('01','02','03','04','05')
933: and
934: p_step_or_rate is not null
935: then
936: hr_utility.set_message(8301, 'GHR_37631_ALL_PROCEDURE_FAIL');
937: hr_utility.raise_error;
938: end if;
939: end if;
940:

Line 937: hr_utility.raise_error;

933: and
934: p_step_or_rate is not null
935: then
936: hr_utility.set_message(8301, 'GHR_37631_ALL_PROCEDURE_FAIL');
937: hr_utility.raise_error;
938: end if;
939: end if;
940:
941: -- 700.50.3

Line 950: hr_utility.set_message(8301, 'GHR_37632_ALL_PROCEDURE_FAIL');

946: and
947: p_step_or_rate is not null
948: then
949:
950: hr_utility.set_message(8301, 'GHR_37632_ALL_PROCEDURE_FAIL');
951: hr_utility.raise_error;
952: end if;
953: end if;
954:

Line 951: hr_utility.raise_error;

947: p_step_or_rate is not null
948: then
949:
950: hr_utility.set_message(8301, 'GHR_37632_ALL_PROCEDURE_FAIL');
951: hr_utility.raise_error;
952: end if;
953: end if;
954:
955: -- 700.55.3

Line 964: hr_utility.set_message(8301, 'GHR_37633_ALL_PROCEDURE_FAIL');

960: (p_step_or_rate <> '00'
961: and
962: p_step_or_rate is not null)
963: then
964: hr_utility.set_message(8301, 'GHR_37633_ALL_PROCEDURE_FAIL');
965: hr_utility.raise_error;
966: end if;
967: end if;
968:

Line 965: hr_utility.raise_error;

961: and
962: p_step_or_rate is not null)
963: then
964: hr_utility.set_message(8301, 'GHR_37633_ALL_PROCEDURE_FAIL');
965: hr_utility.raise_error;
966: end if;
967: end if;
968:
969: -- 700.60.3

Line 976: hr_utility.set_message(8301, 'GHR_37634_ALL_PROCEDURE_FAIL');

972: p_step_or_rate not in ('01','02','03','04','05','06')
973: and
974: p_step_or_rate is not null
975: then
976: hr_utility.set_message(8301, 'GHR_37634_ALL_PROCEDURE_FAIL');
977: hr_utility.raise_error;
978: end if;
979:
980: -- 700.62.3

Line 977: hr_utility.raise_error;

973: and
974: p_step_or_rate is not null
975: then
976: hr_utility.set_message(8301, 'GHR_37634_ALL_PROCEDURE_FAIL');
977: hr_utility.raise_error;
978: end if;
979:
980: -- 700.62.3
981: -- UPD 56 (Bug# 8309414) Terminating the edit eff date 13-Aug-2007

Line 988: hr_utility.set_message(8301, 'GHR_37635_ALL_PROCEDURE_FAIL');

984: p_step_or_rate <>'00'
985: and
986: p_step_or_rate is not null
987: then
988: hr_utility.set_message(8301, 'GHR_37635_ALL_PROCEDURE_FAIL');
989: hr_utility.raise_error;
990: end if;
991: end if;
992:

Line 989: hr_utility.raise_error;

985: and
986: p_step_or_rate is not null
987: then
988: hr_utility.set_message(8301, 'GHR_37635_ALL_PROCEDURE_FAIL');
989: hr_utility.raise_error;
990: end if;
991: end if;
992:
993: -- 700.65.3

Line 1005: hr_utility.set_message(8301, 'GHR_37636_ALL_PROCEDURE_FAIL');

1001: '07','08','09','10','11','12')
1002: and
1003: p_step_or_rate is not null
1004: then
1005: hr_utility.set_message(8301, 'GHR_37636_ALL_PROCEDURE_FAIL');
1006: hr_utility.raise_error;
1007: end if;
1008:
1009: -- 700.67.3

Line 1006: hr_utility.raise_error;

1002: and
1003: p_step_or_rate is not null
1004: then
1005: hr_utility.set_message(8301, 'GHR_37636_ALL_PROCEDURE_FAIL');
1006: hr_utility.raise_error;
1007: end if;
1008:
1009: -- 700.67.3
1010: -- UPD 56 (Bug# 8309414) Terminating the edit eff date 13-Aug-2007

Line 1019: hr_utility.set_message(8301, 'GHR_37637_ALL_PROCEDURE_FAIL');

1015: '07','08','09','10', '00')
1016: and
1017: p_step_or_rate is not null
1018: then
1019: hr_utility.set_message(8301, 'GHR_37637_ALL_PROCEDURE_FAIL');
1020: hr_utility.raise_error;
1021: end if;
1022: end if;
1023:

Line 1020: hr_utility.raise_error;

1016: and
1017: p_step_or_rate is not null
1018: then
1019: hr_utility.set_message(8301, 'GHR_37637_ALL_PROCEDURE_FAIL');
1020: hr_utility.raise_error;
1021: end if;
1022: end if;
1023:
1024: -- 700.69.3

Line 1035: hr_utility.set_message(8301, 'GHR_38552_ALL_PROCEDURE_FAIL');

1031: if p_to_pay_plan = 'IJ' and
1032: p_pay_rate_determinant in ('0','7') and
1033: p_step_or_rate not in ('01','02','03','04') and
1034: p_step_or_rate is not null then
1035: hr_utility.set_message(8301, 'GHR_38552_ALL_PROCEDURE_FAIL');
1036: hr_utility.raise_error;
1037: end if;
1038: end if;
1039:

Line 1036: hr_utility.raise_error;

1032: p_pay_rate_determinant in ('0','7') and
1033: p_step_or_rate not in ('01','02','03','04') and
1034: p_step_or_rate is not null then
1035: hr_utility.set_message(8301, 'GHR_38552_ALL_PROCEDURE_FAIL');
1036: hr_utility.raise_error;
1037: end if;
1038: end if;
1039:
1040: end chk_step_or_rate;

Line 1062: hr_utility.set_message(8301, 'GHR_37638_ALL_PROCEDURE_FAIL');

1058: p_supervisory_status_code <>'2'
1059: and
1060: p_supervisory_status_code is not null
1061: then
1062: hr_utility.set_message(8301, 'GHR_37638_ALL_PROCEDURE_FAIL');
1063: hr_utility.raise_error;
1064: end if;
1065:
1066: -- 710.10.3

Line 1063: hr_utility.raise_error;

1059: and
1060: p_supervisory_status_code is not null
1061: then
1062: hr_utility.set_message(8301, 'GHR_37638_ALL_PROCEDURE_FAIL');
1063: hr_utility.raise_error;
1064: end if;
1065:
1066: -- 710.10.3
1067: if p_to_pay_plan = 'FA' and

Line 1072: hr_utility.set_message(8301, 'GHR_37639_ALL_PROCEDURE_FAIL');

1068: p_supervisory_status_code <>'2'
1069: and
1070: p_supervisory_status_code is not null
1071: then
1072: hr_utility.set_message(8301, 'GHR_37639_ALL_PROCEDURE_FAIL');
1073: hr_utility.raise_error;
1074: end if;
1075:
1076: -- 710.13.3

Line 1073: hr_utility.raise_error;

1069: and
1070: p_supervisory_status_code is not null
1071: then
1072: hr_utility.set_message(8301, 'GHR_37639_ALL_PROCEDURE_FAIL');
1073: hr_utility.raise_error;
1074: end if;
1075:
1076: -- 710.13.3
1077: if p_to_pay_plan in ('ES','EX','FE') and

Line 1082: hr_utility.set_message(8301, 'GHR_37640_ALL_PROCEDURE_FAIL');

1078: (p_supervisory_status_code <>'2' and p_supervisory_status_code <>'8')
1079: and
1080: p_supervisory_status_code is not null
1081: then
1082: hr_utility.set_message(8301, 'GHR_37640_ALL_PROCEDURE_FAIL');
1083: hr_utility.raise_error;
1084: end if;
1085:
1086: -- 710.16.3

Line 1083: hr_utility.raise_error;

1079: and
1080: p_supervisory_status_code is not null
1081: then
1082: hr_utility.set_message(8301, 'GHR_37640_ALL_PROCEDURE_FAIL');
1083: hr_utility.raise_error;
1084: end if;
1085:
1086: -- 710.16.3
1087: if p_to_pay_plan = 'GM' and

Line 1092: hr_utility.set_message(8301, 'GHR_37641_ALL_PROCEDURE_FAIL');

1088: p_supervisory_status_code not in ('2','4','5','7')
1089: and
1090: p_supervisory_status_code is not null
1091: then
1092: hr_utility.set_message(8301, 'GHR_37641_ALL_PROCEDURE_FAIL');
1093: hr_utility.raise_error;
1094: end if;
1095:
1096: -- 710.19.3

Line 1093: hr_utility.raise_error;

1089: and
1090: p_supervisory_status_code is not null
1091: then
1092: hr_utility.set_message(8301, 'GHR_37641_ALL_PROCEDURE_FAIL');
1093: hr_utility.raise_error;
1094: end if;
1095:
1096: -- 710.19.3
1097: if p_to_pay_plan in ('BL','JL','JQ','KL','NL',

Line 1103: hr_utility.set_message(8301, 'GHR_37642_ALL_PROCEDURE_FAIL');

1099: (p_supervisory_status_code <>'6')
1100: and
1101: p_supervisory_status_code is not null
1102: then
1103: hr_utility.set_message(8301, 'GHR_37642_ALL_PROCEDURE_FAIL');
1104: hr_utility.raise_error;
1105: end if;
1106:
1107: -- 710.22.3

Line 1104: hr_utility.raise_error;

1100: and
1101: p_supervisory_status_code is not null
1102: then
1103: hr_utility.set_message(8301, 'GHR_37642_ALL_PROCEDURE_FAIL');
1104: hr_utility.raise_error;
1105: end if;
1106:
1107: -- 710.22.3
1108: if p_to_pay_plan in ('BB','ED','EE','EF','EG',

Line 1116: hr_utility.set_message(8301, 'GHR_37643_ALL_PROCEDURE_FAIL');

1112: (p_supervisory_status_code <> '4' and p_supervisory_status_code <> '8')
1113: and
1114: p_supervisory_status_code is not null
1115: then
1116: hr_utility.set_message(8301, 'GHR_37643_ALL_PROCEDURE_FAIL');
1117: hr_utility.raise_error;
1118: end if;
1119: -- 710.25.3
1120: -- Dec 2001 Patch 1-Sep-2001 Delete WZ

Line 1117: hr_utility.raise_error;

1113: and
1114: p_supervisory_status_code is not null
1115: then
1116: hr_utility.set_message(8301, 'GHR_37643_ALL_PROCEDURE_FAIL');
1117: hr_utility.raise_error;
1118: end if;
1119: -- 710.25.3
1120: -- Dec 2001 Patch 1-Sep-2001 Delete WZ
1121: if p_effective_date <= to_date('2000/08/31','yyyy/mm/dd') THEN

Line 1125: hr_utility.set_message(8301, 'GHR_37644_ALL_PROCEDURE_FAIL');

1121: if p_effective_date <= to_date('2000/08/31','yyyy/mm/dd') THEN
1122: if p_to_pay_plan in ('BP','WB','WE','WM','WZ') and
1123: p_supervisory_status_code not in ('2','6','8') and
1124: p_supervisory_status_code is not null then
1125: hr_utility.set_message(8301, 'GHR_37644_ALL_PROCEDURE_FAIL');
1126: hr_utility.raise_error;
1127: end if;
1128: else
1129: if p_to_pay_plan in ('BP','WB','WE','WM') and

Line 1126: hr_utility.raise_error;

1122: if p_to_pay_plan in ('BP','WB','WE','WM','WZ') and
1123: p_supervisory_status_code not in ('2','6','8') and
1124: p_supervisory_status_code is not null then
1125: hr_utility.set_message(8301, 'GHR_37644_ALL_PROCEDURE_FAIL');
1126: hr_utility.raise_error;
1127: end if;
1128: else
1129: if p_to_pay_plan in ('BP','WB','WE','WM') and
1130: p_supervisory_status_code not in ('2','6','8') and

Line 1132: hr_utility.set_message(8301, 'GHR_37923_ALL_PROCEDURE_FAIL');

1128: else
1129: if p_to_pay_plan in ('BP','WB','WE','WM') and
1130: p_supervisory_status_code not in ('2','6','8') and
1131: p_supervisory_status_code is not null then
1132: hr_utility.set_message(8301, 'GHR_37923_ALL_PROCEDURE_FAIL');
1133: hr_utility.raise_error;
1134: end if;
1135: end if;
1136:

Line 1133: hr_utility.raise_error;

1129: if p_to_pay_plan in ('BP','WB','WE','WM') and
1130: p_supervisory_status_code not in ('2','6','8') and
1131: p_supervisory_status_code is not null then
1132: hr_utility.set_message(8301, 'GHR_37923_ALL_PROCEDURE_FAIL');
1133: hr_utility.raise_error;
1134: end if;
1135: end if;
1136:
1137: end chk_supervisory_status;

Line 1158: hr_utility.set_message(8301, 'GHR_37645_ALL_PROCEDURE_FAIL');

1154: begin
1155:
1156: -- 720.02.3
1157: if p_to_pay_plan ='ES' and p_tenure_group_code <> 0 then
1158: hr_utility.set_message(8301, 'GHR_37645_ALL_PROCEDURE_FAIL');
1159: hr_utility.raise_error;
1160: end if;
1161:
1162: -- 720.04.3

Line 1159: hr_utility.raise_error;

1155:
1156: -- 720.02.3
1157: if p_to_pay_plan ='ES' and p_tenure_group_code <> 0 then
1158: hr_utility.set_message(8301, 'GHR_37645_ALL_PROCEDURE_FAIL');
1159: hr_utility.raise_error;
1160: end if;
1161:
1162: -- 720.04.3
1163: if p_to_pay_plan in ('VM','VN','VP')

Line 1169: hr_utility.set_message(8301, 'GHR_37646_ALL_PROCEDURE_FAIL');

1165: p_tenure_group_code <>'1'
1166: and
1167: p_tenure_group_code is not null
1168: then
1169: hr_utility.set_message(8301, 'GHR_37646_ALL_PROCEDURE_FAIL');
1170: hr_utility.raise_error;
1171: end if;
1172:
1173: -- 720.08.3

Line 1170: hr_utility.raise_error;

1166: and
1167: p_tenure_group_code is not null
1168: then
1169: hr_utility.set_message(8301, 'GHR_37646_ALL_PROCEDURE_FAIL');
1170: hr_utility.raise_error;
1171: end if;
1172:
1173: -- 720.08.3
1174: if (p_Cur_Appt_Auth_1 in ('Y7M', 'Y8M', 'Y9K', 'Y9M') or

Line 1179: hr_utility.set_message(8301, 'GHR_37647_ALL_PROCEDURE_FAIL');

1175: p_Cur_Appt_Auth_2 in ('Y7M', 'Y8M', 'Y9K', 'Y9M')) and
1176: p_tenure_group_code not in ('0', '3' ) and
1177: p_tenure_group_code is not null
1178: then
1179: hr_utility.set_message(8301, 'GHR_37647_ALL_PROCEDURE_FAIL');
1180: hr_utility.raise_error;
1181: end if;
1182:
1183: -- 720.13.2

Line 1180: hr_utility.raise_error;

1176: p_tenure_group_code not in ('0', '3' ) and
1177: p_tenure_group_code is not null
1178: then
1179: hr_utility.set_message(8301, 'GHR_37647_ALL_PROCEDURE_FAIL');
1180: hr_utility.raise_error;
1181: end if;
1182:
1183: -- 720.13.2
1184: -- Updated_by Updated_on Effective_Date Description

Line 1194: hr_utility.set_message(8301, 'GHR_37648_ALL_PROCEDURE_FAIL');

1190: p_tenure_group_code <> '1' and
1191: p_tenure_group_code <> '2' and
1192: p_tenure_group_code is not null
1193: then
1194: hr_utility.set_message(8301, 'GHR_37648_ALL_PROCEDURE_FAIL');
1195: hr_utility.raise_error;
1196: end if;
1197: else
1198: if p_first_noac_lookup_code in ('100','130','140','500','540') and

Line 1195: hr_utility.raise_error;

1191: p_tenure_group_code <> '2' and
1192: p_tenure_group_code is not null
1193: then
1194: hr_utility.set_message(8301, 'GHR_37648_ALL_PROCEDURE_FAIL');
1195: hr_utility.raise_error;
1196: end if;
1197: else
1198: if p_first_noac_lookup_code in ('100','130','140','500','540') and
1199: p_tenure_group_code <> '1' and

Line 1203: hr_utility.set_message(8301, 'GHR_37700_ALL_PROCEDURE_FAIL');

1199: p_tenure_group_code <> '1' and
1200: p_tenure_group_code <> '2' and
1201: p_tenure_group_code is not null
1202: then
1203: hr_utility.set_message(8301, 'GHR_37700_ALL_PROCEDURE_FAIL');
1204: hr_utility.raise_error;
1205: end if;
1206: end if;
1207:

Line 1204: hr_utility.raise_error;

1200: p_tenure_group_code <> '2' and
1201: p_tenure_group_code is not null
1202: then
1203: hr_utility.set_message(8301, 'GHR_37700_ALL_PROCEDURE_FAIL');
1204: hr_utility.raise_error;
1205: end if;
1206: end if;
1207:
1208: -- 720.16.2

Line 1216: hr_utility.set_message(8301, 'GHR_37649_ALL_PROCEDURE_FAIL');

1212: if p_effective_date < to_date('2003/07/01','yyyy/mm/dd') THEN
1213: if p_first_noac_lookup_code in ('101','141','150','501','541','550') and
1214: p_tenure_group_code <>'2' and
1215: p_tenure_group_code is not null then
1216: hr_utility.set_message(8301, 'GHR_37649_ALL_PROCEDURE_FAIL');
1217: hr_utility.raise_error;
1218: end if;
1219: else
1220: if p_first_noac_lookup_code in ('101','141','501','541') and

Line 1217: hr_utility.raise_error;

1213: if p_first_noac_lookup_code in ('101','141','150','501','541','550') and
1214: p_tenure_group_code <>'2' and
1215: p_tenure_group_code is not null then
1216: hr_utility.set_message(8301, 'GHR_37649_ALL_PROCEDURE_FAIL');
1217: hr_utility.raise_error;
1218: end if;
1219: else
1220: if p_first_noac_lookup_code in ('101','141','501','541') and
1221: p_tenure_group_code <>'2' and

Line 1223: hr_utility.set_message(8301, 'GHR_37587_ALL_PROCEDURE_FAIL');

1219: else
1220: if p_first_noac_lookup_code in ('101','141','501','541') and
1221: p_tenure_group_code <>'2' and
1222: p_tenure_group_code is not null then
1223: hr_utility.set_message(8301, 'GHR_37587_ALL_PROCEDURE_FAIL');
1224: hr_utility.raise_error;
1225: end if;
1226: end if;
1227:

Line 1224: hr_utility.raise_error;

1220: if p_first_noac_lookup_code in ('101','141','501','541') and
1221: p_tenure_group_code <>'2' and
1222: p_tenure_group_code is not null then
1223: hr_utility.set_message(8301, 'GHR_37587_ALL_PROCEDURE_FAIL');
1224: hr_utility.raise_error;
1225: end if;
1226: end if;
1227:
1228: --UPDATED_BY DATE COMMENTS

Line 1244: hr_utility.set_message(8301, 'GHR_37650_ALL_PROCEDURE_FAIL');

1240: '522','524','553','554','571','590') and
1241: p_tenure_group_code <> '0' and
1242: p_tenure_group_code <> '3' and
1243: p_tenure_group_code is not null then
1244: hr_utility.set_message(8301, 'GHR_37650_ALL_PROCEDURE_FAIL');
1245: hr_utility.raise_error;
1246: end if;
1247: elsif p_effective_date < to_date('2003/07/01','yyyy/mm/dd') THEN
1248: -- removed noac 117 and 517 as per update 7

Line 1245: hr_utility.raise_error;

1241: p_tenure_group_code <> '0' and
1242: p_tenure_group_code <> '3' and
1243: p_tenure_group_code is not null then
1244: hr_utility.set_message(8301, 'GHR_37650_ALL_PROCEDURE_FAIL');
1245: hr_utility.raise_error;
1246: end if;
1247: elsif p_effective_date < to_date('2003/07/01','yyyy/mm/dd') THEN
1248: -- removed noac 117 and 517 as per update 7
1249: -- removed noacs 112, 512 for EOY I

Line 1257: hr_utility.set_message(8301, 'GHR_37870_ALL_PROCEDURE_FAIL');

1253: '522','524','553','554','571','590') and
1254: p_tenure_group_code <> '0' and
1255: p_tenure_group_code <> '3' and
1256: p_tenure_group_code is not null then
1257: hr_utility.set_message(8301, 'GHR_37870_ALL_PROCEDURE_FAIL');
1258: hr_utility.raise_error;
1259: end if;
1260: elsif p_effective_date < to_date('2007/05/01','RRRR/MM/DD') THEN -- Bug#6469079
1261: if p_first_noac_lookup_code in ('107','108','115','120',

Line 1258: hr_utility.raise_error;

1254: p_tenure_group_code <> '0' and
1255: p_tenure_group_code <> '3' and
1256: p_tenure_group_code is not null then
1257: hr_utility.set_message(8301, 'GHR_37870_ALL_PROCEDURE_FAIL');
1258: hr_utility.raise_error;
1259: end if;
1260: elsif p_effective_date < to_date('2007/05/01','RRRR/MM/DD') THEN -- Bug#6469079
1261: if p_first_noac_lookup_code in ('107','108','115','120',
1262: '122','124','171','190',

Line 1268: hr_utility.set_message(8301, 'GHR_37588_ALL_PROCEDURE_FAIL');

1264: '522','524','571','590') and
1265: p_tenure_group_code <> '0' and
1266: p_tenure_group_code <> '3' and
1267: p_tenure_group_code is not null then
1268: hr_utility.set_message(8301, 'GHR_37588_ALL_PROCEDURE_FAIL');
1269: hr_utility.set_message_token('NOAC','107, 108, 115, 120, 122, 124, 171, 190, 507, 508, 515, 520, 522, 524, 571, or 590');
1270: hr_utility.raise_error;
1271: end if;
1272: ELSE--Begin Bug#6469079

Line 1269: hr_utility.set_message_token('NOAC','107, 108, 115, 120, 122, 124, 171, 190, 507, 508, 515, 520, 522, 524, 571, or 590');

1265: p_tenure_group_code <> '0' and
1266: p_tenure_group_code <> '3' and
1267: p_tenure_group_code is not null then
1268: hr_utility.set_message(8301, 'GHR_37588_ALL_PROCEDURE_FAIL');
1269: hr_utility.set_message_token('NOAC','107, 108, 115, 120, 122, 124, 171, 190, 507, 508, 515, 520, 522, 524, 571, or 590');
1270: hr_utility.raise_error;
1271: end if;
1272: ELSE--Begin Bug#6469079
1273: if p_first_noac_lookup_code in ('107','108','115','120',

Line 1270: hr_utility.raise_error;

1266: p_tenure_group_code <> '3' and
1267: p_tenure_group_code is not null then
1268: hr_utility.set_message(8301, 'GHR_37588_ALL_PROCEDURE_FAIL');
1269: hr_utility.set_message_token('NOAC','107, 108, 115, 120, 122, 124, 171, 190, 507, 508, 515, 520, 522, 524, 571, or 590');
1270: hr_utility.raise_error;
1271: end if;
1272: ELSE--Begin Bug#6469079
1273: if p_first_noac_lookup_code in ('107','108','115','120',
1274: '122','124','190',

Line 1280: hr_utility.set_message(8301, 'GHR_37588_ALL_PROCEDURE_FAIL');

1276: '522','524','590') and
1277: p_tenure_group_code <> '0' and
1278: p_tenure_group_code <> '3' and
1279: p_tenure_group_code is not null then
1280: hr_utility.set_message(8301, 'GHR_37588_ALL_PROCEDURE_FAIL');
1281: hr_utility.set_message_token('NOAC','107, 108, 115, 120, 122, 124, 190, 507, 508, 515, 520, 522, 524, or 590');
1282: hr_utility.raise_error;
1283: end if;--End Bug#6469079
1284: end if;

Line 1281: hr_utility.set_message_token('NOAC','107, 108, 115, 120, 122, 124, 190, 507, 508, 515, 520, 522, 524, or 590');

1277: p_tenure_group_code <> '0' and
1278: p_tenure_group_code <> '3' and
1279: p_tenure_group_code is not null then
1280: hr_utility.set_message(8301, 'GHR_37588_ALL_PROCEDURE_FAIL');
1281: hr_utility.set_message_token('NOAC','107, 108, 115, 120, 122, 124, 190, 507, 508, 515, 520, 522, 524, or 590');
1282: hr_utility.raise_error;
1283: end if;--End Bug#6469079
1284: end if;
1285:

Line 1282: hr_utility.raise_error;

1278: p_tenure_group_code <> '3' and
1279: p_tenure_group_code is not null then
1280: hr_utility.set_message(8301, 'GHR_37588_ALL_PROCEDURE_FAIL');
1281: hr_utility.set_message_token('NOAC','107, 108, 115, 120, 122, 124, 190, 507, 508, 515, 520, 522, 524, or 590');
1282: hr_utility.raise_error;
1283: end if;--End Bug#6469079
1284: end if;
1285:
1286:

Line 1299: hr_utility.set_message(8301, 'GHR_37919_ALL_PROCEDURE_FAIL');

1295: if p_first_action_noa_la_code1 in ('YBM','YCM','YGM',
1296: 'Y1M','Y2M','Y3M') and
1297: p_tenure_group_code <>'2' and
1298: p_tenure_group_code is not null then
1299: hr_utility.set_message(8301, 'GHR_37919_ALL_PROCEDURE_FAIL');
1300: hr_utility.raise_error;
1301: end if;
1302: else
1303: if p_first_action_noa_la_code1 in ('YAM','YBM','YCM','YGM',

Line 1300: hr_utility.raise_error;

1296: 'Y1M','Y2M','Y3M') and
1297: p_tenure_group_code <>'2' and
1298: p_tenure_group_code is not null then
1299: hr_utility.set_message(8301, 'GHR_37919_ALL_PROCEDURE_FAIL');
1300: hr_utility.raise_error;
1301: end if;
1302: else
1303: if p_first_action_noa_la_code1 in ('YAM','YBM','YCM','YGM',
1304: 'Y1M','Y2M','Y3M','Y4M') and

Line 1307: hr_utility.set_message(8301, 'GHR_37651_ALL_PROCEDURE_FAIL');

1303: if p_first_action_noa_la_code1 in ('YAM','YBM','YCM','YGM',
1304: 'Y1M','Y2M','Y3M','Y4M') and
1305: p_tenure_group_code <>'2' and
1306: p_tenure_group_code is not null then
1307: hr_utility.set_message(8301, 'GHR_37651_ALL_PROCEDURE_FAIL');
1308: hr_utility.raise_error;
1309: end if;
1310: end if;
1311: elsif p_effective_date < fnd_date.canonical_to_date('2009/03/01') then

Line 1308: hr_utility.raise_error;

1304: 'Y1M','Y2M','Y3M','Y4M') and
1305: p_tenure_group_code <>'2' and
1306: p_tenure_group_code is not null then
1307: hr_utility.set_message(8301, 'GHR_37651_ALL_PROCEDURE_FAIL');
1308: hr_utility.raise_error;
1309: end if;
1310: end if;
1311: elsif p_effective_date < fnd_date.canonical_to_date('2009/03/01') then
1312: if p_first_action_noa_la_code1 in ('YAM','YBM','YCM','YGM',

Line 1317: hr_utility.set_message(8301, 'GHR_37187_ALL_PROCEDURE_FAIL');

1313: 'Y1M','Y2M','Y3M','Y4M') and
1314: substr(p_to_pay_plan,1,1) in ('Y') and
1315: p_tenure_group_code <>'2' and
1316: p_tenure_group_code is not null then
1317: hr_utility.set_message(8301, 'GHR_37187_ALL_PROCEDURE_FAIL');
1318: hr_utility.raise_error;
1319: end if;
1320: else
1321: if p_first_action_noa_la_code1 in ('YAM','YBM','YCM','YGM',

Line 1318: hr_utility.raise_error;

1314: substr(p_to_pay_plan,1,1) in ('Y') and
1315: p_tenure_group_code <>'2' and
1316: p_tenure_group_code is not null then
1317: hr_utility.set_message(8301, 'GHR_37187_ALL_PROCEDURE_FAIL');
1318: hr_utility.raise_error;
1319: end if;
1320: else
1321: if p_first_action_noa_la_code1 in ('YAM','YBM','YCM','YGM',
1322: 'Y1M','Y2M','Y3M','Y4M') and

Line 1325: hr_utility.set_message(8301, 'GHR_37651_ALL_PROCEDURE_FAIL');

1321: if p_first_action_noa_la_code1 in ('YAM','YBM','YCM','YGM',
1322: 'Y1M','Y2M','Y3M','Y4M') and
1323: p_tenure_group_code <>'2' and
1324: p_tenure_group_code is not null then
1325: hr_utility.set_message(8301, 'GHR_37651_ALL_PROCEDURE_FAIL');
1326: hr_utility.raise_error;
1327: end if;
1328: end if;
1329:

Line 1326: hr_utility.raise_error;

1322: 'Y1M','Y2M','Y3M','Y4M') and
1323: p_tenure_group_code <>'2' and
1324: p_tenure_group_code is not null then
1325: hr_utility.set_message(8301, 'GHR_37651_ALL_PROCEDURE_FAIL');
1326: hr_utility.raise_error;
1327: end if;
1328: end if;
1329:
1330:

Line 1336: hr_utility.set_message(8301, 'GHR_37652_ALL_PROCEDURE_FAIL');

1332: if p_first_noac_lookup_code in ('170', '570') and
1333: p_first_action_noa_la_code1 not in ('ZKM','ZNM') and
1334: p_first_action_noa_la_code2 not in ('ZKM','ZNM') and
1335: p_tenure_group_code = '0' then
1336: hr_utility.set_message(8301, 'GHR_37652_ALL_PROCEDURE_FAIL');
1337: hr_utility.raise_error;
1338: end if;
1339:
1340: -- 720.28.2

Line 1337: hr_utility.raise_error;

1333: p_first_action_noa_la_code1 not in ('ZKM','ZNM') and
1334: p_first_action_noa_la_code2 not in ('ZKM','ZNM') and
1335: p_tenure_group_code = '0' then
1336: hr_utility.set_message(8301, 'GHR_37652_ALL_PROCEDURE_FAIL');
1337: hr_utility.raise_error;
1338: end if;
1339:
1340: -- 720.28.2
1341: -- added effective dates on 16-jul-1998

Line 1347: hr_utility.set_message(8301, 'GHR_37653_ALL_PROCEDURE_FAIL');

1343: if (p_first_noac_lookup_code in ('760','761')) and
1344: p_tenure_group_code <> '0' and
1345: p_tenure_group_code <> '3' and
1346: p_tenure_group_code is not null then
1347: hr_utility.set_message(8301, 'GHR_37653_ALL_PROCEDURE_FAIL');
1348: hr_utility.raise_error;
1349: end if;
1350: else
1351: if (p_first_noac_lookup_code = '760') and

Line 1348: hr_utility.raise_error;

1344: p_tenure_group_code <> '0' and
1345: p_tenure_group_code <> '3' and
1346: p_tenure_group_code is not null then
1347: hr_utility.set_message(8301, 'GHR_37653_ALL_PROCEDURE_FAIL');
1348: hr_utility.raise_error;
1349: end if;
1350: else
1351: if (p_first_noac_lookup_code = '760') and
1352: p_tenure_group_code <> '0' and

Line 1355: hr_utility.set_message(8301, 'GHR_37869_ALL_PROCEDURE_FAIL');

1351: if (p_first_noac_lookup_code = '760') and
1352: p_tenure_group_code <> '0' and
1353: p_tenure_group_code <> '3' and
1354: p_tenure_group_code is not null then
1355: hr_utility.set_message(8301, 'GHR_37869_ALL_PROCEDURE_FAIL');
1356: hr_utility.raise_error;
1357: end if;
1358: end if;
1359:

Line 1356: hr_utility.raise_error;

1352: p_tenure_group_code <> '0' and
1353: p_tenure_group_code <> '3' and
1354: p_tenure_group_code is not null then
1355: hr_utility.set_message(8301, 'GHR_37869_ALL_PROCEDURE_FAIL');
1356: hr_utility.raise_error;
1357: end if;
1358: end if;
1359:
1360: -- 720.31.2

Line 1364: hr_utility.set_message(8301, 'GHR_37654_ALL_PROCEDURE_FAIL');

1360: -- 720.31.2
1361: if p_first_noac_lookup_code = '765' and
1362: p_tenure_group_code <>'3' and
1363: p_tenure_group_code is not null then
1364: hr_utility.set_message(8301, 'GHR_37654_ALL_PROCEDURE_FAIL');
1365: hr_utility.raise_error;
1366: end if;
1367:
1368: -- 720.34.2

Line 1365: hr_utility.raise_error;

1361: if p_first_noac_lookup_code = '765' and
1362: p_tenure_group_code <>'3' and
1363: p_tenure_group_code is not null then
1364: hr_utility.set_message(8301, 'GHR_37654_ALL_PROCEDURE_FAIL');
1365: hr_utility.raise_error;
1366: end if;
1367:
1368: -- 720.34.2
1369: -- UPD 56 (Bug# 8309414) Terminating the edit eff date 13-Aug-2007

Line 1375: hr_utility.set_message(8301, 'GHR_37655_ALL_PROCEDURE_FAIL');

1371: if (p_first_noac_lookup_code = '892' or p_first_noac_lookup_code = '893')
1372: and
1373: p_to_pay_plan = 'GS' and
1374: p_tenure_group_code = '0' then
1375: hr_utility.set_message(8301, 'GHR_37655_ALL_PROCEDURE_FAIL');
1376: hr_utility.raise_error;
1377: end if;
1378: end if;
1379:

Line 1376: hr_utility.raise_error;

1372: and
1373: p_to_pay_plan = 'GS' and
1374: p_tenure_group_code = '0' then
1375: hr_utility.set_message(8301, 'GHR_37655_ALL_PROCEDURE_FAIL');
1376: hr_utility.raise_error;
1377: end if;
1378: end if;
1379:
1380: -- 720.35.3

Line 1391: hr_utility.set_message(8301, 'GHR_37656_ALL_PROCEDURE_FAIL');

1387: if (p_Cur_Appt_Auth_1 = 'ZKM' or p_Cur_Appt_Auth_2 = 'ZKM') and
1388: (p_to_pay_plan ='AD' or p_to_pay_plan ='EX') and
1389: ( p_tenure_group_code <> '0' and p_tenure_group_code <> '3')
1390: then
1391: hr_utility.set_message(8301, 'GHR_37656_ALL_PROCEDURE_FAIL');
1392: hr_utility.raise_error;
1393: end if;
1394: else
1395: if (p_Cur_Appt_Auth_1 = 'ZKM' or p_Cur_Appt_Auth_2 = 'ZKM') and

Line 1392: hr_utility.raise_error;

1388: (p_to_pay_plan ='AD' or p_to_pay_plan ='EX') and
1389: ( p_tenure_group_code <> '0' and p_tenure_group_code <> '3')
1390: then
1391: hr_utility.set_message(8301, 'GHR_37656_ALL_PROCEDURE_FAIL');
1392: hr_utility.raise_error;
1393: end if;
1394: else
1395: if (p_Cur_Appt_Auth_1 = 'ZKM' or p_Cur_Appt_Auth_2 = 'ZKM') and
1396: (p_to_pay_plan ='AD' or p_to_pay_plan ='EX') and

Line 1399: hr_utility.set_message(8301, 'GHR_37589_ALL_PROCEDURE_FAIL');

1395: if (p_Cur_Appt_Auth_1 = 'ZKM' or p_Cur_Appt_Auth_2 = 'ZKM') and
1396: (p_to_pay_plan ='AD' or p_to_pay_plan ='EX') and
1397: p_tenure_group_code <> '0'
1398: then
1399: hr_utility.set_message(8301, 'GHR_37589_ALL_PROCEDURE_FAIL');
1400: hr_utility.raise_error;
1401: end if;
1402: end if;
1403:

Line 1400: hr_utility.raise_error;

1396: (p_to_pay_plan ='AD' or p_to_pay_plan ='EX') and
1397: p_tenure_group_code <> '0'
1398: then
1399: hr_utility.set_message(8301, 'GHR_37589_ALL_PROCEDURE_FAIL');
1400: hr_utility.raise_error;
1401: end if;
1402: end if;
1403:
1404: -- 720.40.3

Line 1408: hr_utility.set_message(8301, 'GHR_37657_ALL_PROCEDURE_FAIL');

1404: -- 720.40.3
1405: if (p_Cur_Appt_Auth_1 = 'ZNM' or p_Cur_Appt_Auth_2 = 'ZNM') and
1406: (p_to_pay_plan ='AD' or p_to_pay_plan ='EX') and
1407: p_tenure_group_code <> '0' then
1408: hr_utility.set_message(8301, 'GHR_37657_ALL_PROCEDURE_FAIL');
1409: hr_utility.raise_error;
1410: end if;
1411:
1412: end chk_tenure;

Line 1409: hr_utility.raise_error;

1405: if (p_Cur_Appt_Auth_1 = 'ZNM' or p_Cur_Appt_Auth_2 = 'ZNM') and
1406: (p_to_pay_plan ='AD' or p_to_pay_plan ='EX') and
1407: p_tenure_group_code <> '0' then
1408: hr_utility.set_message(8301, 'GHR_37657_ALL_PROCEDURE_FAIL');
1409: hr_utility.raise_error;
1410: end if;
1411:
1412: end chk_tenure;
1413:

Line 1430: hr_utility.set_message(8301, 'GHR_37658_ALL_PROCEDURE_FAIL');

1426: if (p_first_action_noa_la_code1 in ('LBM','LZM','NEM','MMM') or
1427: p_first_action_noa_la_code2 in ('LBM','LZM','NEM','MMM')) and
1428: p_veterans_preference_code not in ('2','3','4','6') and
1429: p_veterans_preference_code is not null then
1430: hr_utility.set_message(8301, 'GHR_37658_ALL_PROCEDURE_FAIL');
1431: hr_utility.raise_error;
1432: end if;
1433:
1434: end chk_veterans_pref;

Line 1431: hr_utility.raise_error;

1427: p_first_action_noa_la_code2 in ('LBM','LZM','NEM','MMM')) and
1428: p_veterans_preference_code not in ('2','3','4','6') and
1429: p_veterans_preference_code is not null then
1430: hr_utility.set_message(8301, 'GHR_37658_ALL_PROCEDURE_FAIL');
1431: hr_utility.raise_error;
1432: end if;
1433:
1434: end chk_veterans_pref;
1435:

Line 1458: hr_utility.set_message(8301, 'GHR_37659_ALL_PROCEDURE_FAIL');

1454: or
1455: (p_agency_sub = 'CM63' and p_first_action_noa_la_code1 = 'XZM')
1456: )
1457: then
1458: hr_utility.set_message(8301, 'GHR_37659_ALL_PROCEDURE_FAIL');
1459: hr_utility.raise_error;
1460: end if;
1461:
1462: -- 760.05.3

Line 1459: hr_utility.raise_error;

1455: (p_agency_sub = 'CM63' and p_first_action_noa_la_code1 = 'XZM')
1456: )
1457: then
1458: hr_utility.set_message(8301, 'GHR_37659_ALL_PROCEDURE_FAIL');
1459: hr_utility.raise_error;
1460: end if;
1461:
1462: -- 760.05.3
1463: if p_veterans_status_code = 'X' and

Line 1465: hr_utility.set_message(8301, 'GHR_37660_ALL_PROCEDURE_FAIL');

1461:
1462: -- 760.05.3
1463: if p_veterans_status_code = 'X' and
1464: p_veterans_preference_code in ('2','3','4','6') then
1465: hr_utility.set_message(8301, 'GHR_37660_ALL_PROCEDURE_FAIL');
1466: hr_utility.raise_error;
1467: end if;
1468:
1469: -- 760.10.2

Line 1466: hr_utility.raise_error;

1462: -- 760.05.3
1463: if p_veterans_status_code = 'X' and
1464: p_veterans_preference_code in ('2','3','4','6') then
1465: hr_utility.set_message(8301, 'GHR_37660_ALL_PROCEDURE_FAIL');
1466: hr_utility.raise_error;
1467: end if;
1468:
1469: -- 760.10.2
1470: -- Updation Date Updated By Remarks

Line 1477: hr_utility.set_message(8301, 'GHR_37661_ALL_PROCEDURE_FAIL');

1473:
1474: if substr(p_first_noac_lookup_code,1,1) = '1' and
1475: p_first_noac_lookup_code <> '132' and
1476: p_veterans_status_code = 'N' then
1477: hr_utility.set_message(8301, 'GHR_37661_ALL_PROCEDURE_FAIL');
1478: hr_utility.raise_error;
1479: end if;
1480:
1481: end chk_veterans_status;

Line 1478: hr_utility.raise_error;

1474: if substr(p_first_noac_lookup_code,1,1) = '1' and
1475: p_first_noac_lookup_code <> '132' and
1476: p_veterans_status_code = 'N' then
1477: hr_utility.set_message(8301, 'GHR_37661_ALL_PROCEDURE_FAIL');
1478: hr_utility.raise_error;
1479: end if;
1480:
1481: end chk_veterans_status;
1482:

Line 1501: hr_utility.set_message(8301, 'GHR_37662_ALL_PROCEDURE_FAIL');

1497: if NVL(ghr_process_sf52.g_dual_action_yn,'N') = 'N' then
1498: if (p_first_noac_lookup_code ='280') and
1499: -- or p_first_noac_lookup_code ='430')
1500: (NVL(p_work_schedule_code,'G') not in ('G','Q','J','T')) then
1501: hr_utility.set_message(8301, 'GHR_37662_ALL_PROCEDURE_FAIL');
1502: hr_utility.raise_error;
1503: end if;
1504: --8294224 Modified to consider the prior work schedule also for dual correction
1505: elsif NVL(ghr_process_sf52.g_dual_action_yn,'N') = 'Y' then

Line 1502: hr_utility.raise_error;

1498: if (p_first_noac_lookup_code ='280') and
1499: -- or p_first_noac_lookup_code ='430')
1500: (NVL(p_work_schedule_code,'G') not in ('G','Q','J','T')) then
1501: hr_utility.set_message(8301, 'GHR_37662_ALL_PROCEDURE_FAIL');
1502: hr_utility.raise_error;
1503: end if;
1504: --8294224 Modified to consider the prior work schedule also for dual correction
1505: elsif NVL(ghr_process_sf52.g_dual_action_yn,'N') = 'Y' then
1506: if (p_first_noac_lookup_code ='280') and

Line 1510: hr_utility.set_message(8301, 'GHR_37662_ALL_PROCEDURE_FAIL');

1506: if (p_first_noac_lookup_code ='280') and
1507: -- or p_first_noac_lookup_code ='430')
1508: (NVL(p_work_schedule_code,'G') not in ('G','Q','J','T')) and
1509: (NVL(ghr_process_sf52.g_dual_prior_ws,'G') not in ('G','Q','J','T')) then
1510: hr_utility.set_message(8301, 'GHR_37662_ALL_PROCEDURE_FAIL');
1511: hr_utility.raise_error;
1512: end if;
1513: end if;
1514:

Line 1511: hr_utility.raise_error;

1507: -- or p_first_noac_lookup_code ='430')
1508: (NVL(p_work_schedule_code,'G') not in ('G','Q','J','T')) and
1509: (NVL(ghr_process_sf52.g_dual_prior_ws,'G') not in ('G','Q','J','T')) then
1510: hr_utility.set_message(8301, 'GHR_37662_ALL_PROCEDURE_FAIL');
1511: hr_utility.raise_error;
1512: end if;
1513: end if;
1514:
1515: end chk_work_schedule;

Line 1529: hr_utility.set_message(8301, 'GHR_99997_ALL_PROCEDURE_FAIL');

1525: -- 780.03.1
1526: /* as_of_date is the same as effective date.
1527: if p_year_degree_attained is not null then
1528: if NOT (p_year_degree_attained <= p_as_of_date) then
1529: hr_utility.set_message(8301, 'GHR_99997_ALL_PROCEDURE_FAIL');
1530: hr_utility.raise_error;
1531: end if;
1532: end if;
1533: */

Line 1530: hr_utility.raise_error;

1526: /* as_of_date is the same as effective date.
1527: if p_year_degree_attained is not null then
1528: if NOT (p_year_degree_attained <= p_as_of_date) then
1529: hr_utility.set_message(8301, 'GHR_99997_ALL_PROCEDURE_FAIL');
1530: hr_utility.raise_error;
1531: end if;
1532: end if;
1533: */
1534: -- 780.03.2

Line 1538: hr_utility.set_message(8301, 'GHR_38411_ALL_PROCEDURE_FAIL');

1534: -- 780.03.2
1535: if p_year_degree_attained is not null then
1536: if NOT (to_number(p_year_degree_attained) <=
1537: to_number(to_char(p_effective_date,'YYYY'))) then
1538: hr_utility.set_message(8301, 'GHR_38411_ALL_PROCEDURE_FAIL');
1539: hr_utility.raise_error;
1540: end if;
1541: end if;
1542:

Line 1539: hr_utility.raise_error;

1535: if p_year_degree_attained is not null then
1536: if NOT (to_number(p_year_degree_attained) <=
1537: to_number(to_char(p_effective_date,'YYYY'))) then
1538: hr_utility.set_message(8301, 'GHR_38411_ALL_PROCEDURE_FAIL');
1539: hr_utility.raise_error;
1540: end if;
1541: end if;
1542:
1543: