DBA Data[Home] [Help]

APPS.GHR_SF52_VALIDN_PKG dependencies on HR_UTILITY

Line 30: hr_utility.set_location('Entering:'|| l_proc, 10);

26: l_title ghr_pa_requests.requested_by_title%type;
27: l_proc varchar2(72) := g_package ||'chk_requested_by_title' ;
28:
29: begin
30: hr_utility.set_location('Entering:'|| l_proc, 10);
31: if p_requested_by_title is not null then
32: l_title := ghr_api.get_position_title
33: (p_person_id => p_requested_by_person_id
34: ,p_effective_date => trunc(nvl(p_effective_date,sysdate))

Line 36: hr_utility.set_location(l_proc, 20);

32: l_title := ghr_api.get_position_title
33: (p_person_id => p_requested_by_person_id
34: ,p_effective_date => trunc(nvl(p_effective_date,sysdate))
35: );
36: hr_utility.set_location(l_proc, 20);
37: if nvl(l_title,hr_api.g_varchar2) <> p_requested_by_title then
38: hr_utility.set_message(8301,'GHR_38094_INV_REQ_TITLE');
39: hr_utility.raise_error;
40: end if;

Line 38: hr_utility.set_message(8301,'GHR_38094_INV_REQ_TITLE');

34: ,p_effective_date => trunc(nvl(p_effective_date,sysdate))
35: );
36: hr_utility.set_location(l_proc, 20);
37: if nvl(l_title,hr_api.g_varchar2) <> p_requested_by_title then
38: hr_utility.set_message(8301,'GHR_38094_INV_REQ_TITLE');
39: hr_utility.raise_error;
40: end if;
41: hr_utility.set_location(l_proc, 30);
42: end if;

Line 39: hr_utility.raise_error;

35: );
36: hr_utility.set_location(l_proc, 20);
37: if nvl(l_title,hr_api.g_varchar2) <> p_requested_by_title then
38: hr_utility.set_message(8301,'GHR_38094_INV_REQ_TITLE');
39: hr_utility.raise_error;
40: end if;
41: hr_utility.set_location(l_proc, 30);
42: end if;
43: hr_utility.set_location('leaving :' ||l_proc, 40);

Line 41: hr_utility.set_location(l_proc, 30);

37: if nvl(l_title,hr_api.g_varchar2) <> p_requested_by_title then
38: hr_utility.set_message(8301,'GHR_38094_INV_REQ_TITLE');
39: hr_utility.raise_error;
40: end if;
41: hr_utility.set_location(l_proc, 30);
42: end if;
43: hr_utility.set_location('leaving :' ||l_proc, 40);
44: end chk_requested_by_title;
45: --

Line 43: hr_utility.set_location('leaving :' ||l_proc, 40);

39: hr_utility.raise_error;
40: end if;
41: hr_utility.set_location(l_proc, 30);
42: end if;
43: hr_utility.set_location('leaving :' ||l_proc, 40);
44: end chk_requested_by_title;
45: --
46:
47: --

Line 64: hr_utility.set_location('Entering:'|| l_proc, 10);

60: l_title ghr_pa_requests.authorized_by_title%type;
61: l_proc varchar2(72) := g_package ||'chk_authorized_by_title' ;
62:
63: begin
64: hr_utility.set_location('Entering:'|| l_proc, 10);
65: if p_authorized_by_title is not null then
66: l_title := ghr_api.get_position_title
67: (p_person_id => p_authorized_by_person_id
68: ,p_effective_date => trunc(nvl(p_effective_date,sysdate))

Line 70: hr_utility.set_location(l_proc, 20);

66: l_title := ghr_api.get_position_title
67: (p_person_id => p_authorized_by_person_id
68: ,p_effective_date => trunc(nvl(p_effective_date,sysdate))
69: );
70: hr_utility.set_location(l_proc, 20);
71: if nvl(l_title,hr_api.g_varchar2) <> p_authorized_by_title then
72: hr_utility.set_message(8301,'GHR_38095_INV_AUTH_TITLE');
73: hr_utility.raise_error;
74: end if;

Line 72: hr_utility.set_message(8301,'GHR_38095_INV_AUTH_TITLE');

68: ,p_effective_date => trunc(nvl(p_effective_date,sysdate))
69: );
70: hr_utility.set_location(l_proc, 20);
71: if nvl(l_title,hr_api.g_varchar2) <> p_authorized_by_title then
72: hr_utility.set_message(8301,'GHR_38095_INV_AUTH_TITLE');
73: hr_utility.raise_error;
74: end if;
75: hr_utility.set_location(l_proc, 30);
76: end if;

Line 73: hr_utility.raise_error;

69: );
70: hr_utility.set_location(l_proc, 20);
71: if nvl(l_title,hr_api.g_varchar2) <> p_authorized_by_title then
72: hr_utility.set_message(8301,'GHR_38095_INV_AUTH_TITLE');
73: hr_utility.raise_error;
74: end if;
75: hr_utility.set_location(l_proc, 30);
76: end if;
77: hr_utility.set_location('leaving :' ||l_proc, 40);

Line 75: hr_utility.set_location(l_proc, 30);

71: if nvl(l_title,hr_api.g_varchar2) <> p_authorized_by_title then
72: hr_utility.set_message(8301,'GHR_38095_INV_AUTH_TITLE');
73: hr_utility.raise_error;
74: end if;
75: hr_utility.set_location(l_proc, 30);
76: end if;
77: hr_utility.set_location('leaving :' ||l_proc, 40);
78: end chk_authorized_by_title;
79: --

Line 77: hr_utility.set_location('leaving :' ||l_proc, 40);

73: hr_utility.raise_error;
74: end if;
75: hr_utility.set_location(l_proc, 30);
76: end if;
77: hr_utility.set_location('leaving :' ||l_proc, 40);
78: end chk_authorized_by_title;
79: --
80: */
81:

Line 118: hr_utility.set_location('Entering ' || l_proc,10);

114:
115:
116: begin
117:
118: hr_utility.set_location('Entering ' || l_proc,10);
119: ghr_history_api.get_g_session_var(l_session);
120:
121: -- Check to see if the SF52 is not already processe
122:

Line 124: hr_utility.set_location(l_proc,15);

120:
121: -- Check to see if the SF52 is not already processe
122:
123: for sf50 in c_sf50 loop
124: hr_utility.set_location(l_proc,15);
125: l_notification_id := sf50.pa_notification_id;
126: end loop;
127: if l_notification_id is not null then
128: hr_utility.set_message(8301,'GHR_38389_ALREADY_PROCESSED');

Line 128: hr_utility.set_message(8301,'GHR_38389_ALREADY_PROCESSED');

124: hr_utility.set_location(l_proc,15);
125: l_notification_id := sf50.pa_notification_id;
126: end loop;
127: if l_notification_id is not null then
128: hr_utility.set_message(8301,'GHR_38389_ALREADY_PROCESSED');
129: hr_utility.raise_error;
130: end if;
131:
132: -- check to see if the approval_date is not null

Line 129: hr_utility.raise_error;

125: l_notification_id := sf50.pa_notification_id;
126: end loop;
127: if l_notification_id is not null then
128: hr_utility.set_message(8301,'GHR_38389_ALREADY_PROCESSED');
129: hr_utility.raise_error;
130: end if;
131:
132: -- check to see if the approval_date is not null
133: -- commented for the time being until the codes are fixed to handle elec. auth.

Line 136: hr_utility.set_message(8301,'GHR_38522_APPROVAL_REQUIRED');

132: -- check to see if the approval_date is not null
133: -- commented for the time being until the codes are fixed to handle elec. auth.
134:
135: If p_pa_request_rec.approval_date is null then
136: hr_utility.set_message(8301,'GHR_38522_APPROVAL_REQUIRED');
137: hr_utility.raise_error;
138: End if;
139:
140:

Line 137: hr_utility.raise_error;

133: -- commented for the time being until the codes are fixed to handle elec. auth.
134:
135: If p_pa_request_rec.approval_date is null then
136: hr_utility.set_message(8301,'GHR_38522_APPROVAL_REQUIRED');
137: hr_utility.raise_error;
138: End if;
139:
140:
141: -- Check that an effective_date is entered

Line 143: hr_utility.set_message(8301,'GHR_38185_EFF_DATE_REQUIRED');

139:
140:
141: -- Check that an effective_date is entered
142: If p_pa_request_rec.effective_date is null then
143: hr_utility.set_message(8301,'GHR_38185_EFF_DATE_REQUIRED');
144: ghr_upd_hr_validation.form_item_name := 'PAR.EFFECTIVE_DATE';
145: hr_utility.raise_error;
146: End if;
147:

Line 145: hr_utility.raise_error;

141: -- Check that an effective_date is entered
142: If p_pa_request_rec.effective_date is null then
143: hr_utility.set_message(8301,'GHR_38185_EFF_DATE_REQUIRED');
144: ghr_upd_hr_validation.form_item_name := 'PAR.EFFECTIVE_DATE';
145: hr_utility.raise_error;
146: End if;
147:
148:
149: -- Note : What is the case of Position based Actions ??

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

158: End if;
159: If p_pa_request_rec.noa_family_code = 'APP' and l_person_type = 'EX_EMP' then
160: Null;
161: Else
162: hr_utility.set_message(8301,'GHR_38146_ASSIGNMENT_ID_NULL');
163: ghr_upd_hr_validation.form_item_name := 'PAR.EMPLOYEE_LAST_NAME';
164: hr_utility.raise_error;
165: End if;
166: End if;

Line 164: hr_utility.raise_error;

160: Null;
161: Else
162: hr_utility.set_message(8301,'GHR_38146_ASSIGNMENT_ID_NULL');
163: ghr_upd_hr_validation.form_item_name := 'PAR.EMPLOYEE_LAST_NAME';
164: hr_utility.raise_error;
165: End if;
166: End if;
167: End if;
168:

Line 173: hr_utility.set_message(8301,'GHR_38191_ATLEAST_ONE_POSITION');

169: -- Check to see if atleast one position is entered
170:
171: If p_pa_request_rec.from_position_id is null and
172: p_pa_request_rec.to_position_id is null then
173: hr_utility.set_message(8301,'GHR_38191_ATLEAST_ONE_POSITION');
174: hr_utility.raise_error;
175: End if;
176:
177:

Line 174: hr_utility.raise_error;

170:
171: If p_pa_request_rec.from_position_id is null and
172: p_pa_request_rec.to_position_id is null then
173: hr_utility.set_message(8301,'GHR_38191_ATLEAST_ONE_POSITION');
174: hr_utility.raise_error;
175: End if;
176:
177:
178: -- Check to see if the To_position_id is entered , when the family being processed is APP

Line 181: hr_utility.set_message(8301,'GHR_38182_POSN_NOT_BE_NULL');

177:
178: -- Check to see if the To_position_id is entered , when the family being processed is APP
179: If p_pa_request_rec.to_position_id is null then
180: If p_pa_request_rec.noa_family_code = 'APP' then
181: hr_utility.set_message(8301,'GHR_38182_POSN_NOT_BE_NULL');
182: hr_utility.raise_error;
183: End if;
184: End if;
185:

Line 182: hr_utility.raise_error;

178: -- Check to see if the To_position_id is entered , when the family being processed is APP
179: If p_pa_request_rec.to_position_id is null then
180: If p_pa_request_rec.noa_family_code = 'APP' then
181: hr_utility.set_message(8301,'GHR_38182_POSN_NOT_BE_NULL');
182: hr_utility.raise_error;
183: End if;
184: End if;
185:
186: --Bug 1844515 Anil

Line 198: hr_utility.set_message(8301,'GHR_38237_REQUIRED_ITEMS');

194:
195: l_null_list := '5-C. Code ,' || l_new_line || '5-D. Legal Authority ,'
196: || l_new_line ||
197: '6-C. Code ,' || l_new_line || '6-D. Legal Authority.' ;
198: hr_utility.set_message(8301,'GHR_38237_REQUIRED_ITEMS');
199: fnd_message.set_token('REQUIRED_LIST',l_null_list);
200: hr_utility.raise_error;
201:
202: elsif p_pa_request_rec.second_action_la_code1 IS NULL THEN

Line 200: hr_utility.raise_error;

196: || l_new_line ||
197: '6-C. Code ,' || l_new_line || '6-D. Legal Authority.' ;
198: hr_utility.set_message(8301,'GHR_38237_REQUIRED_ITEMS');
199: fnd_message.set_token('REQUIRED_LIST',l_null_list);
200: hr_utility.raise_error;
201:
202: elsif p_pa_request_rec.second_action_la_code1 IS NULL THEN
203:
204: l_null_list := '6-C. Code ,' || l_new_line || '6-D. Legal Authority.' ;

Line 205: hr_utility.set_message(8301,'GHR_38237_REQUIRED_ITEMS');

201:
202: elsif p_pa_request_rec.second_action_la_code1 IS NULL THEN
203:
204: l_null_list := '6-C. Code ,' || l_new_line || '6-D. Legal Authority.' ;
205: hr_utility.set_message(8301,'GHR_38237_REQUIRED_ITEMS');
206: fnd_message.set_token('REQUIRED_LIST',l_null_list);
207: hr_utility.raise_error;
208:
209: END IF;

Line 207: hr_utility.raise_error;

203:
204: l_null_list := '6-C. Code ,' || l_new_line || '6-D. Legal Authority.' ;
205: hr_utility.set_message(8301,'GHR_38237_REQUIRED_ITEMS');
206: fnd_message.set_token('REQUIRED_LIST',l_null_list);
207: hr_utility.raise_error;
208:
209: END IF;
210:
211: END IF;

Line 247: hr_utility.set_location('Entering:'|| l_proc, 10);

243: and p_effective_date between pos.effective_start_date and pos.effective_end_date;
244:
245:
246: begin
247: hr_utility.set_location('Entering:'|| l_proc, 10);
248: if p_to_position_id is not null then
249: for bgp_id in c_bgp_id loop
250: l_bgp_id := bgp_id.business_group_id;
251: end loop;

Line 260: hr_utility.set_message(8301,'GHR_38072_INV_TO_POS_TITLE');

256: );
257:
258: if p_to_position_title is not null then
259: if nvl(l_title,hr_api.g_varchar2) <> p_to_position_title then
260: hr_utility.set_message(8301,'GHR_38072_INV_TO_POS_TITLE');
261: hr_utility.raise_error;
262: end if;
263: end if;
264:

Line 261: hr_utility.raise_error;

257:
258: if p_to_position_title is not null then
259: if nvl(l_title,hr_api.g_varchar2) <> p_to_position_title then
260: hr_utility.set_message(8301,'GHR_38072_INV_TO_POS_TITLE');
261: hr_utility.raise_error;
262: end if;
263: end if;
264:
265: l_desc_no := ghr_api.get_position_desc_no_pos

Line 272: hr_utility.set_message(8301,'GHR_38073_INV_TO_POS_NUMBER');

268: ,p_effective_date => p_effective_date
269: );
270: if p_to_position_number is not null then
271: if nvl(l_desc_no ,hr_api.g_varchar2) <> p_to_position_number then
272: hr_utility.set_message(8301,'GHR_38073_INV_TO_POS_NUMBER');
273: hr_utility.raise_error;
274: end if;
275: end if;
276:

Line 273: hr_utility.raise_error;

269: );
270: if p_to_position_number is not null then
271: if nvl(l_desc_no ,hr_api.g_varchar2) <> p_to_position_number then
272: hr_utility.set_message(8301,'GHR_38073_INV_TO_POS_NUMBER');
273: hr_utility.raise_error;
274: end if;
275: end if;
276:
277: l_seq_no := ghr_api.get_position_sequence_no_pos

Line 285: hr_utility.set_message(8301,'GHR_38267_INV_TO_POS_SEQ_NUMB');

281: );
282:
283: if p_to_position_seq_no is not null then
284: if nvl(l_seq_no ,hr_api.g_number) <> p_to_position_seq_no then
285: hr_utility.set_message(8301,'GHR_38267_INV_TO_POS_SEQ_NUMB');
286: hr_utility.raise_error;
287: end if;
288: end if;
289:

Line 286: hr_utility.raise_error;

282:
283: if p_to_position_seq_no is not null then
284: if nvl(l_seq_no ,hr_api.g_number) <> p_to_position_seq_no then
285: hr_utility.set_message(8301,'GHR_38267_INV_TO_POS_SEQ_NUMB');
286: hr_utility.raise_error;
287: end if;
288: end if;
289:
290: end if;

Line 306: hr_utility.set_location('Entering:'|| l_proc, 10);

302: l_proc varchar2(72) := g_package ||'chk_award_uom';
303: l_api_updating boolean;
304: --
305: begin
306: hr_utility.set_location('Entering:'|| l_proc, 10);
307: --
308: -- Check if award_uom is valid
309: --
310: If p_award_uom is not null then

Line 319: hr_utility.set_message(8301,'GHR_38170_INV_AWARD_UOM');

315: ,p_lookup_code => p_award_uom
316: ,p_lookup_type => 'GHR_US_AWARD_UOM'
317: );
318: if l_not_exists then
319: hr_utility.set_message(8301,'GHR_38170_INV_AWARD_UOM');
320: hr_utility.raise_error;
321: end if;
322: end if;
323: hr_utility.set_location(l_proc, 50);

Line 320: hr_utility.raise_error;

316: ,p_lookup_type => 'GHR_US_AWARD_UOM'
317: );
318: if l_not_exists then
319: hr_utility.set_message(8301,'GHR_38170_INV_AWARD_UOM');
320: hr_utility.raise_error;
321: end if;
322: end if;
323: hr_utility.set_location(l_proc, 50);
324: --

Line 323: hr_utility.set_location(l_proc, 50);

319: hr_utility.set_message(8301,'GHR_38170_INV_AWARD_UOM');
320: hr_utility.raise_error;
321: end if;
322: end if;
323: hr_utility.set_location(l_proc, 50);
324: --
325: --
326: hr_utility.set_location(' Leaving:'|| l_proc, 70);
327: end chk_award_uom;

Line 326: hr_utility.set_location(' Leaving:'|| l_proc, 70);

322: end if;
323: hr_utility.set_location(l_proc, 50);
324: --
325: --
326: hr_utility.set_location(' Leaving:'|| l_proc, 70);
327: end chk_award_uom;
328:
329: -- ---------------------------------------------------------------------------
330: -- |-----------------------------< chk_appropriation_code1>---------------------------|

Line 342: hr_utility.set_location('Entering:'|| l_proc, 10);

338: l_proc varchar2(72) := g_package ||'chk_appropriation_code1';
339: l_api_updating boolean;
340: --
341: begin
342: hr_utility.set_location('Entering:'|| l_proc, 10);
343: --
344: -- Check if appropriation_code1 is valid
345: --
346: If p_appropriation_code1 is not null then

Line 355: hr_utility.set_message(8301,'GHR_38074_INV_APP_CODE1');

351: ,p_lookup_code => p_appropriation_code1
352: ,p_lookup_type => 'GHR_US_APPROPRIATION_CODE1'
353: );
354: if l_not_exists then
355: hr_utility.set_message(8301,'GHR_38074_INV_APP_CODE1');
356: hr_utility.raise_error;
357: end if;
358: end if;
359: hr_utility.set_location(l_proc, 50);

Line 356: hr_utility.raise_error;

352: ,p_lookup_type => 'GHR_US_APPROPRIATION_CODE1'
353: );
354: if l_not_exists then
355: hr_utility.set_message(8301,'GHR_38074_INV_APP_CODE1');
356: hr_utility.raise_error;
357: end if;
358: end if;
359: hr_utility.set_location(l_proc, 50);
360: --

Line 359: hr_utility.set_location(l_proc, 50);

355: hr_utility.set_message(8301,'GHR_38074_INV_APP_CODE1');
356: hr_utility.raise_error;
357: end if;
358: end if;
359: hr_utility.set_location(l_proc, 50);
360: --
361: --
362: hr_utility.set_location(' Leaving:'|| l_proc, 70);
363: end chk_appropriation_code1;

Line 362: hr_utility.set_location(' Leaving:'|| l_proc, 70);

358: end if;
359: hr_utility.set_location(l_proc, 50);
360: --
361: --
362: hr_utility.set_location(' Leaving:'|| l_proc, 70);
363: end chk_appropriation_code1;
364:
365: -- ---------------------------------------------------------------------------
366: -- |-----------------------------< chk_appropriation_code2>---------------------------|

Line 378: hr_utility.set_location('Entering:'|| l_proc, 10);

374: l_proc varchar2(72) := g_package ||'chk_appropriation_code2';
375: l_api_updating boolean;
376: --
377: begin
378: hr_utility.set_location('Entering:'|| l_proc, 10);
379: --
380: -- Check if appropriation_code2 is valid
381: --
382: If p_appropriation_code2 is not null then

Line 391: hr_utility.set_message(8301,'GHR_38075_INV_APP_CODE2');

387: ,p_lookup_code => p_appropriation_code2
388: ,p_lookup_type => 'GHR_US_APPROPRIATION_CODE2'
389: );
390: if l_not_exists then
391: hr_utility.set_message(8301,'GHR_38075_INV_APP_CODE2');
392: hr_utility.raise_error;
393: end if;
394: end if;
395: hr_utility.set_location(l_proc, 50);

Line 392: hr_utility.raise_error;

388: ,p_lookup_type => 'GHR_US_APPROPRIATION_CODE2'
389: );
390: if l_not_exists then
391: hr_utility.set_message(8301,'GHR_38075_INV_APP_CODE2');
392: hr_utility.raise_error;
393: end if;
394: end if;
395: hr_utility.set_location(l_proc, 50);
396: --

Line 395: hr_utility.set_location(l_proc, 50);

391: hr_utility.set_message(8301,'GHR_38075_INV_APP_CODE2');
392: hr_utility.raise_error;
393: end if;
394: end if;
395: hr_utility.set_location(l_proc, 50);
396: --
397: --
398: hr_utility.set_location(' Leaving:'|| l_proc, 70);
399: end chk_appropriation_code2;

Line 398: hr_utility.set_location(' Leaving:'|| l_proc, 70);

394: end if;
395: hr_utility.set_location(l_proc, 50);
396: --
397: --
398: hr_utility.set_location(' Leaving:'|| l_proc, 70);
399: end chk_appropriation_code2;
400:
401:
402: -- ---------------------------------------------------------------------------

Line 415: hr_utility.set_location('Entering:'|| l_proc, 10);

411: l_proc varchar2(72) := g_package ||'chk_annuitant_indicator';
412: l_api_updating boolean;
413: --
414: begin
415: hr_utility.set_location('Entering:'|| l_proc, 10);
416: --
417: -- Check if annuitant_indicator is valid
418: --
419: If p_annuitant_indicator is not null then

Line 428: hr_utility.set_message(8301,'GHR_38069_INV_ANN_INDICATOR');

424: ,p_lookup_code => p_annuitant_indicator
425: ,p_lookup_type => 'GHR_US_ANNUITANT_INDICATOR'
426: );
427: if l_not_exists then
428: hr_utility.set_message(8301,'GHR_38069_INV_ANN_INDICATOR');
429: hr_utility.raise_error;
430: end if;
431: end if;
432: hr_utility.set_location(l_proc, 50);

Line 429: hr_utility.raise_error;

425: ,p_lookup_type => 'GHR_US_ANNUITANT_INDICATOR'
426: );
427: if l_not_exists then
428: hr_utility.set_message(8301,'GHR_38069_INV_ANN_INDICATOR');
429: hr_utility.raise_error;
430: end if;
431: end if;
432: hr_utility.set_location(l_proc, 50);
433: --

Line 432: hr_utility.set_location(l_proc, 50);

428: hr_utility.set_message(8301,'GHR_38069_INV_ANN_INDICATOR');
429: hr_utility.raise_error;
430: end if;
431: end if;
432: hr_utility.set_location(l_proc, 50);
433: --
434: --
435: hr_utility.set_location(' Leaving:'|| l_proc, 70);
436: end chk_annuitant_indicator;

Line 435: hr_utility.set_location(' Leaving:'|| l_proc, 70);

431: end if;
432: hr_utility.set_location(l_proc, 50);
433: --
434: --
435: hr_utility.set_location(' Leaving:'|| l_proc, 70);
436: end chk_annuitant_indicator;
437:
438: -- ---------------------------------------------------------------------------
439: -- |-----------------------------< chk_bargaining_unit_status>---------------------------|

Line 451: hr_utility.set_location('Entering:'|| l_proc, 10);

447: l_proc varchar2(72) := g_package ||'chk_bargaining_unit_status';
448: l_api_updating boolean;
449: --
450: begin
451: hr_utility.set_location('Entering:'|| l_proc, 10);
452: --
453: -- Check if bargaining_unit_status is valid
454: --
455: If p_bargaining_unit_status is not null then

Line 464: hr_utility.set_message(8301,'GHR_38076_INV_BARG_UNIT_STATUS');

460: ,p_lookup_code => p_bargaining_unit_status
461: ,p_lookup_type => 'GHR_US_BARG_UNIT_STATUS'
462: );
463: if l_not_exists then
464: hr_utility.set_message(8301,'GHR_38076_INV_BARG_UNIT_STATUS');
465: hr_utility.raise_error;
466: end if;
467: end if;
468: hr_utility.set_location(l_proc, 50);

Line 465: hr_utility.raise_error;

461: ,p_lookup_type => 'GHR_US_BARG_UNIT_STATUS'
462: );
463: if l_not_exists then
464: hr_utility.set_message(8301,'GHR_38076_INV_BARG_UNIT_STATUS');
465: hr_utility.raise_error;
466: end if;
467: end if;
468: hr_utility.set_location(l_proc, 50);
469: --

Line 468: hr_utility.set_location(l_proc, 50);

464: hr_utility.set_message(8301,'GHR_38076_INV_BARG_UNIT_STATUS');
465: hr_utility.raise_error;
466: end if;
467: end if;
468: hr_utility.set_location(l_proc, 50);
469: --
470: --
471: hr_utility.set_location(' Leaving:'|| l_proc, 70);
472: end chk_bargaining_unit_status;

Line 471: hr_utility.set_location(' Leaving:'|| l_proc, 70);

467: end if;
468: hr_utility.set_location(l_proc, 50);
469: --
470: --
471: hr_utility.set_location(' Leaving:'|| l_proc, 70);
472: end chk_bargaining_unit_status;
473:
474: -- ---------------------------------------------------------------------------
475: -- |-----------------------------< chk_supervisory_status>---------------------------|

Line 487: hr_utility.set_location('Entering:'|| l_proc, 10);

483: l_proc varchar2(72) := g_package ||'chk_supervisory_status';
484: l_api_updating boolean;
485: --
486: begin
487: hr_utility.set_location('Entering:'|| l_proc, 10);
488: --
489: If p_supervisory_status is not null then
490: --
491: l_not_exists :=

Line 498: hr_utility.set_message(8301,'GHR_38077_INV_SUPERV_STATUS');

494: ,p_lookup_code => p_supervisory_status
495: ,p_lookup_type => 'GHR_US_SUPERVISORY_STATUS'
496: );
497: if l_not_exists then
498: hr_utility.set_message(8301,'GHR_38077_INV_SUPERV_STATUS');
499: hr_utility.raise_error;
500: end if;
501: end if;
502: hr_utility.set_location(l_proc, 50);

Line 499: hr_utility.raise_error;

495: ,p_lookup_type => 'GHR_US_SUPERVISORY_STATUS'
496: );
497: if l_not_exists then
498: hr_utility.set_message(8301,'GHR_38077_INV_SUPERV_STATUS');
499: hr_utility.raise_error;
500: end if;
501: end if;
502: hr_utility.set_location(l_proc, 50);
503: --

Line 502: hr_utility.set_location(l_proc, 50);

498: hr_utility.set_message(8301,'GHR_38077_INV_SUPERV_STATUS');
499: hr_utility.raise_error;
500: end if;
501: end if;
502: hr_utility.set_location(l_proc, 50);
503: --
504: --
505: hr_utility.set_location(' Leaving:'|| l_proc, 70);
506: end chk_supervisory_status;

Line 505: hr_utility.set_location(' Leaving:'|| l_proc, 70);

501: end if;
502: hr_utility.set_location(l_proc, 50);
503: --
504: --
505: hr_utility.set_location(' Leaving:'|| l_proc, 70);
506: end chk_supervisory_status;
507:
508: -- ---------------------------------------------------------------------------
509: -- |-----------------------------< chk_functional_class>---------------------------|

Line 521: hr_utility.set_location('Entering:'|| l_proc, 10);

517: l_proc varchar2(72) := g_package ||'chk_functional_class';
518: l_api_updating boolean;
519: --
520: begin
521: hr_utility.set_location('Entering:'|| l_proc, 10);
522: --
523: If p_functional_class is not null then
524: --
525: l_not_exists :=

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

528: ,p_lookup_code => p_functional_class
529: ,p_lookup_type => 'GHR_US_FUNCTIONAL_CLASS'
530: );
531: if l_not_exists then
532: hr_utility.set_message(8301,'GHR_38078_INV_FUNC_CLASS');
533: hr_utility.raise_error;
534: end if;
535: end if;
536: hr_utility.set_location(l_proc, 50);

Line 533: hr_utility.raise_error;

529: ,p_lookup_type => 'GHR_US_FUNCTIONAL_CLASS'
530: );
531: if l_not_exists then
532: hr_utility.set_message(8301,'GHR_38078_INV_FUNC_CLASS');
533: hr_utility.raise_error;
534: end if;
535: end if;
536: hr_utility.set_location(l_proc, 50);
537: --

Line 536: hr_utility.set_location(l_proc, 50);

532: hr_utility.set_message(8301,'GHR_38078_INV_FUNC_CLASS');
533: hr_utility.raise_error;
534: end if;
535: end if;
536: hr_utility.set_location(l_proc, 50);
537: --
538: hr_utility.set_location(' Leaving:'|| l_proc, 70);
539: end chk_functional_class;
540:

Line 538: hr_utility.set_location(' Leaving:'|| l_proc, 70);

534: end if;
535: end if;
536: hr_utility.set_location(l_proc, 50);
537: --
538: hr_utility.set_location(' Leaving:'|| l_proc, 70);
539: end chk_functional_class;
540:
541:
542: -- ---------------------------------------------------------------------------

Line 555: hr_utility.set_location('Entering:'|| l_proc, 10);

551: l_proc varchar2(72) := g_package ||'chk_position_occupied';
552: l_api_updating boolean;
553: --
554: begin
555: hr_utility.set_location('Entering:'|| l_proc, 10);
556: --
557: -- Check mandatory parameters have been set
558: If p_position_occupied is not null then
559: --

Line 567: hr_utility.set_message(8301,'GHR_38079_INV_POS_OCCUPIED');

563: ,p_lookup_code => p_position_occupied
564: ,p_lookup_type => 'GHR_US_POSITION_OCCUPIED'
565: );
566: if l_not_exists then
567: hr_utility.set_message(8301,'GHR_38079_INV_POS_OCCUPIED');
568: hr_utility.raise_error;
569: end if;
570: end if;
571: hr_utility.set_location(l_proc, 50);

Line 568: hr_utility.raise_error;

564: ,p_lookup_type => 'GHR_US_POSITION_OCCUPIED'
565: );
566: if l_not_exists then
567: hr_utility.set_message(8301,'GHR_38079_INV_POS_OCCUPIED');
568: hr_utility.raise_error;
569: end if;
570: end if;
571: hr_utility.set_location(l_proc, 50);
572: --

Line 571: hr_utility.set_location(l_proc, 50);

567: hr_utility.set_message(8301,'GHR_38079_INV_POS_OCCUPIED');
568: hr_utility.raise_error;
569: end if;
570: end if;
571: hr_utility.set_location(l_proc, 50);
572: --
573: hr_utility.set_location(' Leaving:'|| l_proc, 70);
574: end chk_position_occupied;
575:

Line 573: hr_utility.set_location(' Leaving:'|| l_proc, 70);

569: end if;
570: end if;
571: hr_utility.set_location(l_proc, 50);
572: --
573: hr_utility.set_location(' Leaving:'|| l_proc, 70);
574: end chk_position_occupied;
575:
576: -- ---------------------------------------------------------------------------
577: -- |-----------------------------< chk_fegli>---------------------------|

Line 589: hr_utility.set_location('Entering:'|| l_proc, 10);

585: l_proc varchar2(72) := g_package ||'chk_fegli';
586: l_api_updating boolean;
587: --
588: begin
589: hr_utility.set_location('Entering:'|| l_proc, 10);
590: --
591: -- Check if fegli is valid
592: --
593: If p_fegli is not null then

Line 602: hr_utility.set_message(8301,'GHR_38070_INV_FEGLI');

598: ,p_lookup_code => p_fegli
599: ,p_lookup_type => 'GHR_US_FEGLI'
600: );
601: if l_not_exists then
602: hr_utility.set_message(8301,'GHR_38070_INV_FEGLI');
603: hr_utility.raise_error;
604: end if;
605: end if;
606: hr_utility.set_location(l_proc, 50);

Line 603: hr_utility.raise_error;

599: ,p_lookup_type => 'GHR_US_FEGLI'
600: );
601: if l_not_exists then
602: hr_utility.set_message(8301,'GHR_38070_INV_FEGLI');
603: hr_utility.raise_error;
604: end if;
605: end if;
606: hr_utility.set_location(l_proc, 50);
607: --

Line 606: hr_utility.set_location(l_proc, 50);

602: hr_utility.set_message(8301,'GHR_38070_INV_FEGLI');
603: hr_utility.raise_error;
604: end if;
605: end if;
606: hr_utility.set_location(l_proc, 50);
607: --
608: hr_utility.set_location(' Leaving:'|| l_proc, 70);
609: end chk_fegli;
610:

Line 608: hr_utility.set_location(' Leaving:'|| l_proc, 70);

604: end if;
605: end if;
606: hr_utility.set_location(l_proc, 50);
607: --
608: hr_utility.set_location(' Leaving:'|| l_proc, 70);
609: end chk_fegli;
610:
611: -- ---------------------------------------------------------------------------
612: -- |-----------------------------< chk_retirement_plan>---------------------------|

Line 627: hr_utility.set_location('Entering:'|| l_proc, 10);

623: l_proc varchar2(72) := g_package ||'chk_retirement_plan';
624: l_api_updating boolean;
625: --
626: begin
627: hr_utility.set_location('Entering:'|| l_proc, 10);
628: --
629: -- Check if retirement_plan is valid
630: --
631: If p_retirement_plan is not null then

Line 640: hr_utility.set_message(8301,'GHR_38071_INV_RET_PLAN');

636: ,p_lookup_code => p_retirement_plan
637: ,p_lookup_type => 'GHR_US_RETIREMENT_PLAN'
638: );
639: if l_not_exists then
640: hr_utility.set_message(8301,'GHR_38071_INV_RET_PLAN');
641: hr_utility.raise_error;
642: end if;
643: end if;
644: hr_utility.set_location(l_proc, 50);

Line 641: hr_utility.raise_error;

637: ,p_lookup_type => 'GHR_US_RETIREMENT_PLAN'
638: );
639: if l_not_exists then
640: hr_utility.set_message(8301,'GHR_38071_INV_RET_PLAN');
641: hr_utility.raise_error;
642: end if;
643: end if;
644: hr_utility.set_location(l_proc, 50);
645: --

Line 644: hr_utility.set_location(l_proc, 50);

640: hr_utility.set_message(8301,'GHR_38071_INV_RET_PLAN');
641: hr_utility.raise_error;
642: end if;
643: end if;
644: hr_utility.set_location(l_proc, 50);
645: --
646: hr_utility.set_location(' Leaving:'|| l_proc, 70);
647: end chk_retirement_plan;
648:

Line 646: hr_utility.set_location(' Leaving:'|| l_proc, 70);

642: end if;
643: end if;
644: hr_utility.set_location(l_proc, 50);
645: --
646: hr_utility.set_location(' Leaving:'|| l_proc, 70);
647: end chk_retirement_plan;
648:
649: -- ---------------------------------------------------------------------------
650: -- |-----------------------------< chk_tenure>---------------------------|

Line 663: hr_utility.set_location('Entering:'|| l_proc, 10);

659: l_api_updating boolean;
660: --
661: begin
662:
663: hr_utility.set_location('Entering:'|| l_proc, 10);
664: --
665: -- Check if tenure is valid
666: --
667: If p_tenure is not null then

Line 676: hr_utility.set_message(8301,'GHR_38080_INV_TENURE');

672: ,p_lookup_code => p_tenure
673: ,p_lookup_type => 'GHR_US_TENURE'
674: );
675: if l_not_exists then
676: hr_utility.set_message(8301,'GHR_38080_INV_TENURE');
677: hr_utility.raise_error;
678: end if;
679: end if;
680: hr_utility.set_location(l_proc, 50);

Line 677: hr_utility.raise_error;

673: ,p_lookup_type => 'GHR_US_TENURE'
674: );
675: if l_not_exists then
676: hr_utility.set_message(8301,'GHR_38080_INV_TENURE');
677: hr_utility.raise_error;
678: end if;
679: end if;
680: hr_utility.set_location(l_proc, 50);
681: --

Line 680: hr_utility.set_location(l_proc, 50);

676: hr_utility.set_message(8301,'GHR_38080_INV_TENURE');
677: hr_utility.raise_error;
678: end if;
679: end if;
680: hr_utility.set_location(l_proc, 50);
681: --
682: hr_utility.set_location(' Leaving:'|| l_proc, 70);
683: end chk_tenure;
684:

Line 682: hr_utility.set_location(' Leaving:'|| l_proc, 70);

678: end if;
679: end if;
680: hr_utility.set_location(l_proc, 50);
681: --
682: hr_utility.set_location(' Leaving:'|| l_proc, 70);
683: end chk_tenure;
684:
685: -- ---------------------------------------------------------------------------
686: -- |-----------------------------< chk_pay_rate_determinant>---------------------------|

Line 699: hr_utility.set_location('Entering:'|| l_proc, 10);

695: l_proc varchar2(72) := g_package ||'chk_pay_rate_determinant';
696: l_api_updating boolean;
697: --
698: begin
699: hr_utility.set_location('Entering:'|| l_proc, 10);
700: --
701: -- Check if pay_rate_determinant is valid
702: --
703: If p_pay_rate_determinant is not null then

Line 712: hr_utility.set_message(8301,'GHR_38081_INV_PAY_RATE_DET');

708: ,p_lookup_code => p_pay_rate_determinant
709: ,p_lookup_type => 'GHR_US_PAY_RATE_DETERMINANT'
710: );
711: if l_not_exists then
712: hr_utility.set_message(8301,'GHR_38081_INV_PAY_RATE_DET');
713: hr_utility.raise_error;
714: end if;
715: end if;
716: hr_utility.set_location(l_proc, 50);

Line 713: hr_utility.raise_error;

709: ,p_lookup_type => 'GHR_US_PAY_RATE_DETERMINANT'
710: );
711: if l_not_exists then
712: hr_utility.set_message(8301,'GHR_38081_INV_PAY_RATE_DET');
713: hr_utility.raise_error;
714: end if;
715: end if;
716: hr_utility.set_location(l_proc, 50);
717: --

Line 716: hr_utility.set_location(l_proc, 50);

712: hr_utility.set_message(8301,'GHR_38081_INV_PAY_RATE_DET');
713: hr_utility.raise_error;
714: end if;
715: end if;
716: hr_utility.set_location(l_proc, 50);
717: --
718: hr_utility.set_location(' Leaving:'|| l_proc, 70);
719: end chk_pay_rate_determinant;
720:

Line 718: hr_utility.set_location(' Leaving:'|| l_proc, 70);

714: end if;
715: end if;
716: hr_utility.set_location(l_proc, 50);
717: --
718: hr_utility.set_location(' Leaving:'|| l_proc, 70);
719: end chk_pay_rate_determinant;
720:
721: -- ---------------------------------------------------------------------------
722: -- |-----------------------------< chk_pay_basis>---------------------------|

Line 735: hr_utility.set_location('Entering:'|| l_proc, 10);

731: l_proc varchar2(72) := g_package ||'chk_pay_basis';
732: l_api_updating boolean;
733: --
734: begin
735: hr_utility.set_location('Entering:'|| l_proc, 10);
736: --
737: -- Check if pay_basis is valid
738: --
739: If p_pay_basis is not null then

Line 748: hr_utility.set_message(8301,'GHR_38082_INV_TO_PAY_BASIS');

744: ,p_lookup_code => p_pay_basis
745: ,p_lookup_type => 'GHR_US_PAY_BASIS'
746: );
747: if l_not_exists then
748: hr_utility.set_message(8301,'GHR_38082_INV_TO_PAY_BASIS');
749: hr_utility.raise_error;
750: end if;
751: end if;
752: hr_utility.set_location(l_proc, 50);

Line 749: hr_utility.raise_error;

745: ,p_lookup_type => 'GHR_US_PAY_BASIS'
746: );
747: if l_not_exists then
748: hr_utility.set_message(8301,'GHR_38082_INV_TO_PAY_BASIS');
749: hr_utility.raise_error;
750: end if;
751: end if;
752: hr_utility.set_location(l_proc, 50);
753: --

Line 752: hr_utility.set_location(l_proc, 50);

748: hr_utility.set_message(8301,'GHR_38082_INV_TO_PAY_BASIS');
749: hr_utility.raise_error;
750: end if;
751: end if;
752: hr_utility.set_location(l_proc, 50);
753: --
754: hr_utility.set_location(' Leaving:'|| l_proc, 70);
755: end chk_pay_basis;
756:

Line 754: hr_utility.set_location(' Leaving:'|| l_proc, 70);

750: end if;
751: end if;
752: hr_utility.set_location(l_proc, 50);
753: --
754: hr_utility.set_location(' Leaving:'|| l_proc, 70);
755: end chk_pay_basis;
756:
757: -- ---------------------------------------------------------------------------
758: -- |-----------------------------< chk_pay_plan>---------------------------|

Line 773: hr_utility.set_location('Entering:'|| l_proc, 10);

769: l_proc varchar2(72) := g_package ||'chk_pay_plan';
770: l_api_updating boolean;
771: --
772: begin
773: hr_utility.set_location('Entering:'|| l_proc, 10);
774: --
775: -- Check if pay_plan is valid
776: --
777: If p_pay_plan is not null then

Line 786: hr_utility.set_message(8301,'GHR_38083_INV_TO_PAY_PLAN');

782: ,p_lookup_code => p_pay_plan
783: ,p_lookup_type => 'GHR_US_PAY_PLAN'
784: );
785: if l_not_exists then
786: hr_utility.set_message(8301,'GHR_38083_INV_TO_PAY_PLAN');
787: hr_utility.raise_error;
788: end if;
789: end if;
790: hr_utility.set_location(l_proc, 50);

Line 787: hr_utility.raise_error;

783: ,p_lookup_type => 'GHR_US_PAY_PLAN'
784: );
785: if l_not_exists then
786: hr_utility.set_message(8301,'GHR_38083_INV_TO_PAY_PLAN');
787: hr_utility.raise_error;
788: end if;
789: end if;
790: hr_utility.set_location(l_proc, 50);
791: --

Line 790: hr_utility.set_location(l_proc, 50);

786: hr_utility.set_message(8301,'GHR_38083_INV_TO_PAY_PLAN');
787: hr_utility.raise_error;
788: end if;
789: end if;
790: hr_utility.set_location(l_proc, 50);
791: --
792: hr_utility.set_location(' Leaving:'|| l_proc, 70);
793: end chk_pay_plan;
794:

Line 792: hr_utility.set_location(' Leaving:'|| l_proc, 70);

788: end if;
789: end if;
790: hr_utility.set_location(l_proc, 50);
791: --
792: hr_utility.set_location(' Leaving:'|| l_proc, 70);
793: end chk_pay_plan;
794:
795: -- ---------------------------------------------------------------------------
796: -- |-----------------------------< chk_grade_or_level>---------------------------|

Line 809: hr_utility.set_location('Entering:'|| l_proc, 10);

805: l_proc varchar2(72) := g_package ||'chk_grade_or_level';
806: l_api_updating boolean;
807: --
808: begin
809: hr_utility.set_location('Entering:'|| l_proc, 10);
810: --
811: -- Check if grade_or_level is valid
812: --
813: If p_grade_or_level is not null then

Line 822: hr_utility.set_message(8301,'GHR_38084_INV_TO_GRADE_OR_LEV');

818: ,p_lookup_code => p_grade_or_level
819: ,p_lookup_type => 'GHR_US_GRADE_OR_LEVEL' -- check this
820: );
821: if l_not_exists then
822: hr_utility.set_message(8301,'GHR_38084_INV_TO_GRADE_OR_LEV');
823: hr_utility.raise_error;
824: end if;
825: end if;
826: hr_utility.set_location(l_proc, 50);

Line 823: hr_utility.raise_error;

819: ,p_lookup_type => 'GHR_US_GRADE_OR_LEVEL' -- check this
820: );
821: if l_not_exists then
822: hr_utility.set_message(8301,'GHR_38084_INV_TO_GRADE_OR_LEV');
823: hr_utility.raise_error;
824: end if;
825: end if;
826: hr_utility.set_location(l_proc, 50);
827: --

Line 826: hr_utility.set_location(l_proc, 50);

822: hr_utility.set_message(8301,'GHR_38084_INV_TO_GRADE_OR_LEV');
823: hr_utility.raise_error;
824: end if;
825: end if;
826: hr_utility.set_location(l_proc, 50);
827: --
828: hr_utility.set_location(' Leaving:'|| l_proc, 70);
829: end chk_grade_or_level;
830:

Line 828: hr_utility.set_location(' Leaving:'|| l_proc, 70);

824: end if;
825: end if;
826: hr_utility.set_location(l_proc, 50);
827: --
828: hr_utility.set_location(' Leaving:'|| l_proc, 70);
829: end chk_grade_or_level;
830:
831: -- ---------------------------------------------------------------------------
832: -- |-----------------------------< chk_to_occ_code>---------------------------|

Line 845: hr_utility.set_location('Entering:'|| l_proc, 10);

841: l_proc varchar2(72) := g_package ||'chk_to_occ_code';
842: l_api_updating boolean;
843: --
844: begin
845: hr_utility.set_location('Entering:'|| l_proc, 10);
846: --
847: -- Check if to_occ_code is valid
848: --
849: If p_to_occ_code is not null then

Line 858: hr_utility.set_message(8301,'GHR_38085_INV_TO_OCC_CODE');

854: ,p_lookup_code => p_to_occ_code
855: ,p_lookup_type => 'GHR_US_OCC_SERIES'
856: );
857: if l_not_exists then
858: hr_utility.set_message(8301,'GHR_38085_INV_TO_OCC_CODE');
859: hr_utility.raise_error;
860: end if;
861: end if;
862: hr_utility.set_location(l_proc, 50);

Line 859: hr_utility.raise_error;

855: ,p_lookup_type => 'GHR_US_OCC_SERIES'
856: );
857: if l_not_exists then
858: hr_utility.set_message(8301,'GHR_38085_INV_TO_OCC_CODE');
859: hr_utility.raise_error;
860: end if;
861: end if;
862: hr_utility.set_location(l_proc, 50);
863: --

Line 862: hr_utility.set_location(l_proc, 50);

858: hr_utility.set_message(8301,'GHR_38085_INV_TO_OCC_CODE');
859: hr_utility.raise_error;
860: end if;
861: end if;
862: hr_utility.set_location(l_proc, 50);
863: --
864: hr_utility.set_location(' Leaving:'|| l_proc, 70);
865: end chk_to_occ_code;
866:

Line 864: hr_utility.set_location(' Leaving:'|| l_proc, 70);

860: end if;
861: end if;
862: hr_utility.set_location(l_proc, 50);
863: --
864: hr_utility.set_location(' Leaving:'|| l_proc, 70);
865: end chk_to_occ_code;
866:
867: -- ---------------------------------------------------------------------------
868: -- |-----------------------------< chk_step_or_rate>---------------------------|

Line 881: hr_utility.set_location('Entering:'|| l_proc, 10);

877: l_proc varchar2(72) := g_package ||'chk_step_or_rate';
878: l_api_updating boolean;
879: --
880: begin
881: hr_utility.set_location('Entering:'|| l_proc, 10);
882: --
883: -- Check if step_or_rate is valid
884: --
885: If p_step_or_rate is not null then

Line 894: hr_utility.set_message(8301,'GHR_38086_INV_TO_STEP_OR_RATE');

890: ,p_lookup_code => p_step_or_rate
891: ,p_lookup_type => 'GHR_US_STEP'
892: );
893: if l_not_exists then
894: hr_utility.set_message(8301,'GHR_38086_INV_TO_STEP_OR_RATE');
895: hr_utility.raise_error;
896: end if;
897: end if;
898: hr_utility.set_location(l_proc, 50);

Line 895: hr_utility.raise_error;

891: ,p_lookup_type => 'GHR_US_STEP'
892: );
893: if l_not_exists then
894: hr_utility.set_message(8301,'GHR_38086_INV_TO_STEP_OR_RATE');
895: hr_utility.raise_error;
896: end if;
897: end if;
898: hr_utility.set_location(l_proc, 50);
899: --

Line 898: hr_utility.set_location(l_proc, 50);

894: hr_utility.set_message(8301,'GHR_38086_INV_TO_STEP_OR_RATE');
895: hr_utility.raise_error;
896: end if;
897: end if;
898: hr_utility.set_location(l_proc, 50);
899: --
900: hr_utility.set_location(' Leaving:'|| l_proc, 70);
901: end chk_step_or_rate;
902:

Line 900: hr_utility.set_location(' Leaving:'|| l_proc, 70);

896: end if;
897: end if;
898: hr_utility.set_location(l_proc, 50);
899: --
900: hr_utility.set_location(' Leaving:'|| l_proc, 70);
901: end chk_step_or_rate;
902:
903: -- ---------------------------------------------------------------------------
904: -- |-----------------------------< chk_citizenship>---------------------------|

Line 917: hr_utility.set_location('Entering:'|| l_proc, 10);

913: l_proc varchar2(72) := g_package ||'chk_citizenship';
914: l_api_updating boolean;
915: --
916: begin
917: hr_utility.set_location('Entering:'|| l_proc, 10);
918: --
919: -- Check if citizenship is valid
920: --
921: If p_citizenship is not null then

Line 930: hr_utility.set_message(8301,'GHR_38384_INV_CITIZENSHIP');

926: ,p_lookup_code => p_citizenship
927: ,p_lookup_type => 'GHR_US_CITIZENSHIP'
928: );
929: if l_not_exists then
930: hr_utility.set_message(8301,'GHR_38384_INV_CITIZENSHIP');
931: hr_utility.raise_error;
932: end if;
933: end if;
934: hr_utility.set_location(l_proc, 50);

Line 931: hr_utility.raise_error;

927: ,p_lookup_type => 'GHR_US_CITIZENSHIP'
928: );
929: if l_not_exists then
930: hr_utility.set_message(8301,'GHR_38384_INV_CITIZENSHIP');
931: hr_utility.raise_error;
932: end if;
933: end if;
934: hr_utility.set_location(l_proc, 50);
935: --

Line 934: hr_utility.set_location(l_proc, 50);

930: hr_utility.set_message(8301,'GHR_38384_INV_CITIZENSHIP');
931: hr_utility.raise_error;
932: end if;
933: end if;
934: hr_utility.set_location(l_proc, 50);
935: --
936: hr_utility.set_location(' Leaving:'|| l_proc, 70);
937: end chk_citizenship;
938:

Line 936: hr_utility.set_location(' Leaving:'|| l_proc, 70);

932: end if;
933: end if;
934: hr_utility.set_location(l_proc, 50);
935: --
936: hr_utility.set_location(' Leaving:'|| l_proc, 70);
937: end chk_citizenship;
938:
939:
940: -- ---------------------------------------------------------------------------

Line 954: hr_utility.set_location('Entering:'|| l_proc, 10);

950: l_proc varchar2(72) := g_package ||'chk_vet_status';
951: l_api_updating boolean;
952: --
953: begin
954: hr_utility.set_location('Entering:'|| l_proc, 10);
955: --
956: -- Check if vet_status is valid
957: --
958: If p_veterans_status is not null then

Line 967: hr_utility.set_message(8301,'GHR_38088_INV_VET_STATUS');

963: ,p_lookup_code => p_veterans_status
964: ,p_lookup_type => 'GHR_US_VET_STATUS' -- check this
965: );
966: if l_not_exists then
967: hr_utility.set_message(8301,'GHR_38088_INV_VET_STATUS');
968: hr_utility.raise_error;
969: end if;
970: end if;
971: hr_utility.set_location(l_proc, 50);

Line 968: hr_utility.raise_error;

964: ,p_lookup_type => 'GHR_US_VET_STATUS' -- check this
965: );
966: if l_not_exists then
967: hr_utility.set_message(8301,'GHR_38088_INV_VET_STATUS');
968: hr_utility.raise_error;
969: end if;
970: end if;
971: hr_utility.set_location(l_proc, 50);
972: --

Line 971: hr_utility.set_location(l_proc, 50);

967: hr_utility.set_message(8301,'GHR_38088_INV_VET_STATUS');
968: hr_utility.raise_error;
969: end if;
970: end if;
971: hr_utility.set_location(l_proc, 50);
972: --
973: hr_utility.set_location(' Leaving:'|| l_proc, 70);
974: end chk_vet_status;
975:

Line 973: hr_utility.set_location(' Leaving:'|| l_proc, 70);

969: end if;
970: end if;
971: hr_utility.set_location(l_proc, 50);
972: --
973: hr_utility.set_location(' Leaving:'|| l_proc, 70);
974: end chk_vet_status;
975:
976: -- ---------------------------------------------------------------------------
977: -- |-----------------------------< chk_vet_pref>---------------------------|

Line 990: hr_utility.set_location('Entering:'|| l_proc, 10);

986: l_proc varchar2(72) := g_package ||'chk_vet_pref';
987: l_api_updating boolean;
988: --
989: begin
990: hr_utility.set_location('Entering:'|| l_proc, 10);
991: --
992: -- Check if vet_pref is valid
993: --
994: If p_veterans_preference is not null then

Line 1003: hr_utility.set_message(8301,'GHR_38089_INV_VET_PREF');

999: ,p_lookup_code => p_veterans_preference
1000: ,p_lookup_type => 'GHR_US_VETERANS_PREF' -- check this
1001: );
1002: if l_not_exists then
1003: hr_utility.set_message(8301,'GHR_38089_INV_VET_PREF');
1004: hr_utility.raise_error;
1005: end if;
1006: end if;
1007: hr_utility.set_location(l_proc, 50);

Line 1004: hr_utility.raise_error;

1000: ,p_lookup_type => 'GHR_US_VETERANS_PREF' -- check this
1001: );
1002: if l_not_exists then
1003: hr_utility.set_message(8301,'GHR_38089_INV_VET_PREF');
1004: hr_utility.raise_error;
1005: end if;
1006: end if;
1007: hr_utility.set_location(l_proc, 50);
1008: --

Line 1007: hr_utility.set_location(l_proc, 50);

1003: hr_utility.set_message(8301,'GHR_38089_INV_VET_PREF');
1004: hr_utility.raise_error;
1005: end if;
1006: end if;
1007: hr_utility.set_location(l_proc, 50);
1008: --
1009: hr_utility.set_location(' Leaving:'|| l_proc, 70);
1010: end chk_vet_pref;
1011:

Line 1009: hr_utility.set_location(' Leaving:'|| l_proc, 70);

1005: end if;
1006: end if;
1007: hr_utility.set_location(l_proc, 50);
1008: --
1009: hr_utility.set_location(' Leaving:'|| l_proc, 70);
1010: end chk_vet_pref;
1011:
1012: -- ---------------------------------------------------------------------------
1013: -- |-----------------------------< chk_work_schedule>---------------------------|

Line 1026: hr_utility.set_location('Entering:'|| l_proc, 10);

1022: l_proc varchar2(72) := g_package ||'chk_work_schedule';
1023: l_api_updating boolean;
1024: --
1025: begin
1026: hr_utility.set_location('Entering:'|| l_proc, 10);
1027: --
1028: -- Check if work_schedule is valid
1029: --
1030: If p_work_schedule is not null then

Line 1039: hr_utility.set_message(8301,'GHR_38090_INV_WORK_SCHED');

1035: ,p_lookup_code => p_work_schedule
1036: ,p_lookup_type => 'GHR_US_WORK_SCHEDULE' -- check this
1037: );
1038: if l_not_exists then
1039: hr_utility.set_message(8301,'GHR_38090_INV_WORK_SCHED');
1040: hr_utility.raise_error;
1041: end if;
1042: end if;
1043: hr_utility.set_location(l_proc, 50);

Line 1040: hr_utility.raise_error;

1036: ,p_lookup_type => 'GHR_US_WORK_SCHEDULE' -- check this
1037: );
1038: if l_not_exists then
1039: hr_utility.set_message(8301,'GHR_38090_INV_WORK_SCHED');
1040: hr_utility.raise_error;
1041: end if;
1042: end if;
1043: hr_utility.set_location(l_proc, 50);
1044: --

Line 1043: hr_utility.set_location(l_proc, 50);

1039: hr_utility.set_message(8301,'GHR_38090_INV_WORK_SCHED');
1040: hr_utility.raise_error;
1041: end if;
1042: end if;
1043: hr_utility.set_location(l_proc, 50);
1044: --
1045: hr_utility.set_location(' Leaving:'|| l_proc, 70);
1046: end chk_work_schedule;
1047:

Line 1045: hr_utility.set_location(' Leaving:'|| l_proc, 70);

1041: end if;
1042: end if;
1043: hr_utility.set_location(l_proc, 50);
1044: --
1045: hr_utility.set_location(' Leaving:'|| l_proc, 70);
1046: end chk_work_schedule;
1047:
1048: -- ---------------------------------------------------------------------------
1049: -- |-----------------------------< chk_academic_discipline>---------------------------|

Line 1062: hr_utility.set_location('Entering:'|| l_proc, 10);

1058: l_proc varchar2(72) := g_package ||'chk_academic_discipline';
1059: l_api_updating boolean;
1060: --
1061: begin
1062: hr_utility.set_location('Entering:'|| l_proc, 10);
1063: --
1064: -- Check if academic_discipline is valid
1065: --
1066: If p_academic_discipline is not null then

Line 1075: hr_utility.set_message(8301,'GHR_38091_INV_ACAD_DISC');

1071: ,p_lookup_code => p_academic_discipline
1072: ,p_lookup_type => 'GHR_US_ACADEMIC_DISCIPLINE'
1073: );
1074: if l_not_exists then
1075: hr_utility.set_message(8301,'GHR_38091_INV_ACAD_DISC');
1076: hr_utility.raise_error;
1077: end if;
1078: end if;
1079: hr_utility.set_location(l_proc, 50);

Line 1076: hr_utility.raise_error;

1072: ,p_lookup_type => 'GHR_US_ACADEMIC_DISCIPLINE'
1073: );
1074: if l_not_exists then
1075: hr_utility.set_message(8301,'GHR_38091_INV_ACAD_DISC');
1076: hr_utility.raise_error;
1077: end if;
1078: end if;
1079: hr_utility.set_location(l_proc, 50);
1080: --

Line 1079: hr_utility.set_location(l_proc, 50);

1075: hr_utility.set_message(8301,'GHR_38091_INV_ACAD_DISC');
1076: hr_utility.raise_error;
1077: end if;
1078: end if;
1079: hr_utility.set_location(l_proc, 50);
1080: --
1081: hr_utility.set_location(' Leaving:'|| l_proc, 70);
1082: end chk_academic_discipline;
1083:

Line 1081: hr_utility.set_location(' Leaving:'|| l_proc, 70);

1077: end if;
1078: end if;
1079: hr_utility.set_location(l_proc, 50);
1080: --
1081: hr_utility.set_location(' Leaving:'|| l_proc, 70);
1082: end chk_academic_discipline;
1083:
1084: -- ---------------------------------------------------------------------------
1085: -- |-----------------------------< chk_education_level>---------------------------|

Line 1098: hr_utility.set_location('Entering:'|| l_proc, 10);

1094: l_proc varchar2(72) := g_package ||'chk_education_level';
1095: l_api_updating boolean;
1096: --
1097: begin
1098: hr_utility.set_location('Entering:'|| l_proc, 10);
1099: --
1100: -- Check if education_level is valid
1101: --
1102: If p_education_level is not null then

Line 1111: hr_utility.set_message(8301,'GHR_38092_INV_EDUC_LEVEL');

1107: ,p_lookup_code => p_education_level
1108: ,p_lookup_type => 'GHR_US_EDUCATIONAL_LEVEL'
1109: );
1110: if l_not_exists then
1111: hr_utility.set_message(8301,'GHR_38092_INV_EDUC_LEVEL');
1112: hr_utility.raise_error;
1113: end if;
1114: end if;
1115: hr_utility.set_location(l_proc, 50);

Line 1112: hr_utility.raise_error;

1108: ,p_lookup_type => 'GHR_US_EDUCATIONAL_LEVEL'
1109: );
1110: if l_not_exists then
1111: hr_utility.set_message(8301,'GHR_38092_INV_EDUC_LEVEL');
1112: hr_utility.raise_error;
1113: end if;
1114: end if;
1115: hr_utility.set_location(l_proc, 50);
1116: --

Line 1115: hr_utility.set_location(l_proc, 50);

1111: hr_utility.set_message(8301,'GHR_38092_INV_EDUC_LEVEL');
1112: hr_utility.raise_error;
1113: end if;
1114: end if;
1115: hr_utility.set_location(l_proc, 50);
1116: --
1117: hr_utility.set_location(' Leaving:'|| l_proc, 70);
1118: end chk_education_level;
1119:

Line 1117: hr_utility.set_location(' Leaving:'|| l_proc, 70);

1113: end if;
1114: end if;
1115: hr_utility.set_location(l_proc, 50);
1116: --
1117: hr_utility.set_location(' Leaving:'|| l_proc, 70);
1118: end chk_education_level;
1119:
1120: -- ---------------------------------------------------------------------------
1121: -- |-----------------------------< chk_year_degree_attained>---------------------------|

Line 1130: hr_utility.set_message(8301,'GHR_38093_INV_DEGR_ATT_YEAR');

1126: ) is
1127:
1128: begin
1129: If p_year_degree_attained > to_number(to_char(sysdate,'yyyy')) then
1130: hr_utility.set_message(8301,'GHR_38093_INV_DEGR_ATT_YEAR');
1131: hr_utility.raise_error;
1132: end if;
1133: end chk_year_degree_attained;
1134:

Line 1131: hr_utility.raise_error;

1127:
1128: begin
1129: If p_year_degree_attained > to_number(to_char(sysdate,'yyyy')) then
1130: hr_utility.set_message(8301,'GHR_38093_INV_DEGR_ATT_YEAR');
1131: hr_utility.raise_error;
1132: end if;
1133: end chk_year_degree_attained;
1134:
1135:

Line 1150: ghr_utility.set_client_info;

1146: -- as per Jon's suggestion of removing the validation
1147: --
1148: -- Set up the CLIENT_INFO
1149: --
1150: ghr_utility.set_client_info;
1151:
1152: /* chk_requested_by_title
1153: (p_requested_by_person_id => p_rec.requested_by_person_id
1154: ,p_requested_by_title => p_rec.requested_by_title