DBA Data[Home] [Help]

APPS.BEN_ECV_SHD dependencies on HR_UTILITY

Line 18: hr_utility.set_location('Entering:'||l_proc, 5);

14: --
15: l_proc varchar2(72) := g_package||'return_api_dml_status';
16: --
17: Begin
18: hr_utility.set_location('Entering:'||l_proc, 5);
19: --
20: Return (nvl(g_api_dml, false));
21: --
22: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 22: hr_utility.set_location(' Leaving:'||l_proc, 10);

18: hr_utility.set_location('Entering:'||l_proc, 5);
19: --
20: Return (nvl(g_api_dml, false));
21: --
22: hr_utility.set_location(' Leaving:'||l_proc, 10);
23: End return_api_dml_status;
24: --
25: -- ----------------------------------------------------------------------------
26: -- |---------------------------< constraint_error >---------------------------|

Line 34: hr_utility.set_location('Entering:'||l_proc, 5);

30: --
31: l_proc varchar2(72) := g_package||'constraint_error';
32: --
33: Begin
34: hr_utility.set_location('Entering:'||l_proc, 5);
35: --
36: If (p_constraint_name = 'BEN_ELIGY_CRIT_VALUES_F_FK1'
37: OR p_constraint_name = 'BEN_ELIGY_CRIT_VALUES_F_FK2'
38: OR p_constraint_name = 'BEN_ELIGY_CRIT_VALUES_F_FK3') Then

Line 39: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');

35: --
36: If (p_constraint_name = 'BEN_ELIGY_CRIT_VALUES_F_FK1'
37: OR p_constraint_name = 'BEN_ELIGY_CRIT_VALUES_F_FK2'
38: OR p_constraint_name = 'BEN_ELIGY_CRIT_VALUES_F_FK3') Then
39: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
40: hr_utility.set_message_token('PROCEDURE', l_proc);
41: hr_utility.set_message_token('STEP','5');
42: hr_utility.raise_error;
43: ElsIf (p_constraint_name = 'BEN_ELIGY_CRIT_VALUES_F_PK') Then

Line 40: hr_utility.set_message_token('PROCEDURE', l_proc);

36: If (p_constraint_name = 'BEN_ELIGY_CRIT_VALUES_F_FK1'
37: OR p_constraint_name = 'BEN_ELIGY_CRIT_VALUES_F_FK2'
38: OR p_constraint_name = 'BEN_ELIGY_CRIT_VALUES_F_FK3') Then
39: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
40: hr_utility.set_message_token('PROCEDURE', l_proc);
41: hr_utility.set_message_token('STEP','5');
42: hr_utility.raise_error;
43: ElsIf (p_constraint_name = 'BEN_ELIGY_CRIT_VALUES_F_PK') Then
44: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');

Line 41: hr_utility.set_message_token('STEP','5');

37: OR p_constraint_name = 'BEN_ELIGY_CRIT_VALUES_F_FK2'
38: OR p_constraint_name = 'BEN_ELIGY_CRIT_VALUES_F_FK3') Then
39: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
40: hr_utility.set_message_token('PROCEDURE', l_proc);
41: hr_utility.set_message_token('STEP','5');
42: hr_utility.raise_error;
43: ElsIf (p_constraint_name = 'BEN_ELIGY_CRIT_VALUES_F_PK') Then
44: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
45: hr_utility.set_message_token('PROCEDURE', l_proc);

Line 42: hr_utility.raise_error;

38: OR p_constraint_name = 'BEN_ELIGY_CRIT_VALUES_F_FK3') Then
39: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
40: hr_utility.set_message_token('PROCEDURE', l_proc);
41: hr_utility.set_message_token('STEP','5');
42: hr_utility.raise_error;
43: ElsIf (p_constraint_name = 'BEN_ELIGY_CRIT_VALUES_F_PK') Then
44: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
45: hr_utility.set_message_token('PROCEDURE', l_proc);
46: hr_utility.set_message_token('STEP','10');

Line 44: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');

40: hr_utility.set_message_token('PROCEDURE', l_proc);
41: hr_utility.set_message_token('STEP','5');
42: hr_utility.raise_error;
43: ElsIf (p_constraint_name = 'BEN_ELIGY_CRIT_VALUES_F_PK') Then
44: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
45: hr_utility.set_message_token('PROCEDURE', l_proc);
46: hr_utility.set_message_token('STEP','10');
47: hr_utility.raise_error;
48: Else

Line 45: hr_utility.set_message_token('PROCEDURE', l_proc);

41: hr_utility.set_message_token('STEP','5');
42: hr_utility.raise_error;
43: ElsIf (p_constraint_name = 'BEN_ELIGY_CRIT_VALUES_F_PK') Then
44: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
45: hr_utility.set_message_token('PROCEDURE', l_proc);
46: hr_utility.set_message_token('STEP','10');
47: hr_utility.raise_error;
48: Else
49: hr_utility.set_message(801, 'HR_7877_API_INVALID_CONSTRAINT');

Line 46: hr_utility.set_message_token('STEP','10');

42: hr_utility.raise_error;
43: ElsIf (p_constraint_name = 'BEN_ELIGY_CRIT_VALUES_F_PK') Then
44: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
45: hr_utility.set_message_token('PROCEDURE', l_proc);
46: hr_utility.set_message_token('STEP','10');
47: hr_utility.raise_error;
48: Else
49: hr_utility.set_message(801, 'HR_7877_API_INVALID_CONSTRAINT');
50: hr_utility.set_message_token('PROCEDURE', l_proc);

Line 47: hr_utility.raise_error;

43: ElsIf (p_constraint_name = 'BEN_ELIGY_CRIT_VALUES_F_PK') Then
44: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
45: hr_utility.set_message_token('PROCEDURE', l_proc);
46: hr_utility.set_message_token('STEP','10');
47: hr_utility.raise_error;
48: Else
49: hr_utility.set_message(801, 'HR_7877_API_INVALID_CONSTRAINT');
50: hr_utility.set_message_token('PROCEDURE', l_proc);
51: hr_utility.set_message_token('CONSTRAINT_NAME', p_constraint_name);

Line 49: hr_utility.set_message(801, 'HR_7877_API_INVALID_CONSTRAINT');

45: hr_utility.set_message_token('PROCEDURE', l_proc);
46: hr_utility.set_message_token('STEP','10');
47: hr_utility.raise_error;
48: Else
49: hr_utility.set_message(801, 'HR_7877_API_INVALID_CONSTRAINT');
50: hr_utility.set_message_token('PROCEDURE', l_proc);
51: hr_utility.set_message_token('CONSTRAINT_NAME', p_constraint_name);
52: hr_utility.raise_error;
53: End If;

Line 50: hr_utility.set_message_token('PROCEDURE', l_proc);

46: hr_utility.set_message_token('STEP','10');
47: hr_utility.raise_error;
48: Else
49: hr_utility.set_message(801, 'HR_7877_API_INVALID_CONSTRAINT');
50: hr_utility.set_message_token('PROCEDURE', l_proc);
51: hr_utility.set_message_token('CONSTRAINT_NAME', p_constraint_name);
52: hr_utility.raise_error;
53: End If;
54: --

Line 51: hr_utility.set_message_token('CONSTRAINT_NAME', p_constraint_name);

47: hr_utility.raise_error;
48: Else
49: hr_utility.set_message(801, 'HR_7877_API_INVALID_CONSTRAINT');
50: hr_utility.set_message_token('PROCEDURE', l_proc);
51: hr_utility.set_message_token('CONSTRAINT_NAME', p_constraint_name);
52: hr_utility.raise_error;
53: End If;
54: --
55: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 52: hr_utility.raise_error;

48: Else
49: hr_utility.set_message(801, 'HR_7877_API_INVALID_CONSTRAINT');
50: hr_utility.set_message_token('PROCEDURE', l_proc);
51: hr_utility.set_message_token('CONSTRAINT_NAME', p_constraint_name);
52: hr_utility.raise_error;
53: End If;
54: --
55: hr_utility.set_location(' Leaving:'||l_proc, 10);
56: End constraint_error;

Line 55: hr_utility.set_location(' Leaving:'||l_proc, 10);

51: hr_utility.set_message_token('CONSTRAINT_NAME', p_constraint_name);
52: hr_utility.raise_error;
53: End If;
54: --
55: hr_utility.set_location(' Leaving:'||l_proc, 10);
56: End constraint_error;
57: --
58: -- ----------------------------------------------------------------------------
59: -- |-----------------------------< api_updating >-----------------------------|

Line 137: hr_utility.set_location('Entering:'||l_proc, 5);

133: l_proc varchar2(72) := g_package||'api_updating';
134: l_fct_ret boolean;
135: --
136: Begin
137: hr_utility.set_location('Entering:'||l_proc, 5);
138: --
139: If (p_effective_date is null or
140: p_eligy_crit_values_id is null or
141: p_object_version_number is null) then

Line 150: hr_utility.set_location(l_proc, 10);

146: l_fct_ret := false;
147: Else
148: If (p_eligy_crit_values_id = g_old_rec.eligy_crit_values_id and
149: p_object_version_number = g_old_rec.object_version_number) Then
150: hr_utility.set_location(l_proc, 10);
151: --
152: -- The g_old_rec is current therefore we must
153: -- set the returning function to true
154: --

Line 167: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');

163: Close C_Sel1;
164: --
165: -- The primary key is invalid therefore we must error
166: --
167: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
168: hr_utility.raise_error;
169: End If;
170: Close C_Sel1;
171: If (p_object_version_number <> g_old_rec.object_version_number) Then

Line 168: hr_utility.raise_error;

164: --
165: -- The primary key is invalid therefore we must error
166: --
167: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
168: hr_utility.raise_error;
169: End If;
170: Close C_Sel1;
171: If (p_object_version_number <> g_old_rec.object_version_number) Then
172: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');

Line 172: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');

168: hr_utility.raise_error;
169: End If;
170: Close C_Sel1;
171: If (p_object_version_number <> g_old_rec.object_version_number) Then
172: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
173: hr_utility.raise_error;
174: End If;
175: hr_utility.set_location(l_proc, 15);
176: l_fct_ret := true;

Line 173: hr_utility.raise_error;

169: End If;
170: Close C_Sel1;
171: If (p_object_version_number <> g_old_rec.object_version_number) Then
172: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
173: hr_utility.raise_error;
174: End If;
175: hr_utility.set_location(l_proc, 15);
176: l_fct_ret := true;
177: End If;

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

171: If (p_object_version_number <> g_old_rec.object_version_number) Then
172: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
173: hr_utility.raise_error;
174: End If;
175: hr_utility.set_location(l_proc, 15);
176: l_fct_ret := true;
177: End If;
178: End If;
179: hr_utility.set_location(' Leaving:'||l_proc, 20);

Line 179: hr_utility.set_location(' Leaving:'||l_proc, 20);

175: hr_utility.set_location(l_proc, 15);
176: l_fct_ret := true;
177: End If;
178: End If;
179: hr_utility.set_location(' Leaving:'||l_proc, 20);
180: Return (l_fct_ret);
181: --
182: End api_updating;
183: --

Line 208: hr_utility.set_location('Entering:'||l_proc, 5);

204: and p_effective_date
205: between t.effective_start_date and t.effective_end_date;
206: --
207: Begin
208: hr_utility.set_location('Entering:'||l_proc, 5);
209: Open C_Sel1;
210: Fetch C_Sel1 Into l_parent_key_value1,l_parent_key_value2;
211: If C_Sel1%notfound then
212: Close C_Sel1;

Line 213: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');

209: Open C_Sel1;
210: Fetch C_Sel1 Into l_parent_key_value1,l_parent_key_value2;
211: If C_Sel1%notfound then
212: Close C_Sel1;
213: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
214: hr_utility.set_message_token('PROCEDURE', l_proc);
215: hr_utility.set_message_token('STEP','10');
216: hr_utility.raise_error;
217: End If;

Line 214: hr_utility.set_message_token('PROCEDURE', l_proc);

210: Fetch C_Sel1 Into l_parent_key_value1,l_parent_key_value2;
211: If C_Sel1%notfound then
212: Close C_Sel1;
213: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
214: hr_utility.set_message_token('PROCEDURE', l_proc);
215: hr_utility.set_message_token('STEP','10');
216: hr_utility.raise_error;
217: End If;
218: Close C_Sel1;

Line 215: hr_utility.set_message_token('STEP','10');

211: If C_Sel1%notfound then
212: Close C_Sel1;
213: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
214: hr_utility.set_message_token('PROCEDURE', l_proc);
215: hr_utility.set_message_token('STEP','10');
216: hr_utility.raise_error;
217: End If;
218: Close C_Sel1;
219: --

Line 216: hr_utility.raise_error;

212: Close C_Sel1;
213: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
214: hr_utility.set_message_token('PROCEDURE', l_proc);
215: hr_utility.set_message_token('STEP','10');
216: hr_utility.raise_error;
217: End If;
218: Close C_Sel1;
219: --
220: -- Call the corresponding datetrack api

Line 238: hr_utility.set_location(' Leaving:'||l_proc, 10);

234: p_delete => p_delete,
235: p_future_change => p_future_change,
236: p_delete_next_change => p_delete_next_change);
237: --
238: hr_utility.set_location(' Leaving:'||l_proc, 10);
239: End find_dt_del_modes;
240: --
241: -- ----------------------------------------------------------------------------
242: -- |--------------------------< find_dt_upd_modes >---------------------------|

Line 255: hr_utility.set_location('Entering:'||l_proc, 5);

251: --
252: l_proc varchar2(72) := g_package||'find_dt_upd_modes';
253: --
254: Begin
255: hr_utility.set_location('Entering:'||l_proc, 5);
256: --
257: -- Call the corresponding datetrack api
258: --
259: dt_api.find_dt_upd_modes

Line 269: hr_utility.set_location(' Leaving:'||l_proc, 10);

265: p_update => p_update,
266: p_update_override => p_update_override,
267: p_update_change_insert => p_update_change_insert);
268: --
269: hr_utility.set_location(' Leaving:'||l_proc, 10);
270: End find_dt_upd_modes;
271: --
272: -- ----------------------------------------------------------------------------
273: -- |------------------------< upd_effective_end_date >------------------------|

Line 287: hr_utility.set_location('Entering:'||l_proc, 5);

283: l_proc varchar2(72) := g_package||'upd_effective_end_date';
284: l_object_version_number number;
285: --
286: Begin
287: hr_utility.set_location('Entering:'||l_proc, 5);
288: --
289: -- Because we are updating a row we must get the next object
290: -- version number.
291: --

Line 298: hr_utility.set_location(l_proc, 10);

294: (p_base_table_name => 'ben_eligy_crit_values_f',
295: p_base_key_column => 'eligy_crit_values_id',
296: p_base_key_value => p_base_key_value);
297: --
298: hr_utility.set_location(l_proc, 10);
299: g_api_dml := true; -- Set the api dml status
300: --
301: -- Update the specified datetrack row setting the effective
302: -- end date to the specified new effective end date.

Line 313: hr_utility.set_location(' Leaving:'||l_proc, 15);

309: between t.effective_start_date and t.effective_end_date;
310: --
311: g_api_dml := false; -- Unset the api dml status
312: p_object_version_number := l_object_version_number;
313: hr_utility.set_location(' Leaving:'||l_proc, 15);
314: --
315: Exception
316: When Others Then
317: g_api_dml := false; -- Unset the api dml status

Line 408: hr_utility.set_location('Entering:'||l_proc, 5);

404: --
405: --
406: --
407: Begin
408: hr_utility.set_location('Entering:'||l_proc, 5);
409: --
410: -- Ensure that all the mandatory arguments are not null
411: --
412: hr_api.mandatory_arg_error(p_api_name => l_proc,

Line 441: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');

437: Close C_Sel1;
438: --
439: -- The primary key is invalid therefore we must error
440: --
441: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
442: hr_utility.raise_error;
443: End If;
444: Close C_Sel1;
445: If (p_object_version_number <> g_old_rec.object_version_number) Then

Line 442: hr_utility.raise_error;

438: --
439: -- The primary key is invalid therefore we must error
440: --
441: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
442: hr_utility.raise_error;
443: End If;
444: Close C_Sel1;
445: If (p_object_version_number <> g_old_rec.object_version_number) Then
446: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');

Line 446: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');

442: hr_utility.raise_error;
443: End If;
444: Close C_Sel1;
445: If (p_object_version_number <> g_old_rec.object_version_number) Then
446: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
447: hr_utility.raise_error;
448: End If;
449: hr_utility.set_location(l_proc, 15);
450: --

Line 447: hr_utility.raise_error;

443: End If;
444: Close C_Sel1;
445: If (p_object_version_number <> g_old_rec.object_version_number) Then
446: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
447: hr_utility.raise_error;
448: End If;
449: hr_utility.set_location(l_proc, 15);
450: --
451: --

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

445: If (p_object_version_number <> g_old_rec.object_version_number) Then
446: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
447: hr_utility.raise_error;
448: End If;
449: hr_utility.set_location(l_proc, 15);
450: --
451: --
452: -- Validate the datetrack mode mode getting the validation start
453: -- and end dates for the specified datetrack operation.

Line 476: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');

472: -- We are doing a datetrack 'INSERT' which is illegal within this
473: -- procedure therefore we must error (note: to lck on insert the
474: -- private procedure ins_lck should be called).
475: --
476: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
477: hr_utility.set_message_token('PROCEDURE', l_proc);
478: hr_utility.set_message_token('STEP','20');
479: hr_utility.raise_error;
480: End If;

Line 477: hr_utility.set_message_token('PROCEDURE', l_proc);

473: -- procedure therefore we must error (note: to lck on insert the
474: -- private procedure ins_lck should be called).
475: --
476: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
477: hr_utility.set_message_token('PROCEDURE', l_proc);
478: hr_utility.set_message_token('STEP','20');
479: hr_utility.raise_error;
480: End If;
481: --

Line 478: hr_utility.set_message_token('STEP','20');

474: -- private procedure ins_lck should be called).
475: --
476: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
477: hr_utility.set_message_token('PROCEDURE', l_proc);
478: hr_utility.set_message_token('STEP','20');
479: hr_utility.raise_error;
480: End If;
481: --
482: -- Set the validation start and end date OUT arguments

Line 479: hr_utility.raise_error;

475: --
476: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
477: hr_utility.set_message_token('PROCEDURE', l_proc);
478: hr_utility.set_message_token('STEP','20');
479: hr_utility.raise_error;
480: End If;
481: --
482: -- Set the validation start and end date OUT arguments
483: --

Line 487: hr_utility.set_location(' Leaving:'||l_proc, 30);

483: --
484: p_validation_start_date := l_validation_start_date;
485: p_validation_end_date := l_validation_end_date;
486: --
487: hr_utility.set_location(' Leaving:'||l_proc, 30);
488: --
489: -- We need to trap the ORA LOCK exception
490: --
491: Exception

Line 497: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');

493: --
494: -- The object is locked therefore we need to supply a meaningful
495: -- error message.
496: --
497: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
498: hr_utility.set_message_token('TABLE_NAME', 'ben_eligy_crit_values_f');
499: hr_utility.raise_error;
500: When l_object_invalid then
501: --

Line 498: hr_utility.set_message_token('TABLE_NAME', 'ben_eligy_crit_values_f');

494: -- The object is locked therefore we need to supply a meaningful
495: -- error message.
496: --
497: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
498: hr_utility.set_message_token('TABLE_NAME', 'ben_eligy_crit_values_f');
499: hr_utility.raise_error;
500: When l_object_invalid then
501: --
502: -- The object doesn't exist or is invalid

Line 499: hr_utility.raise_error;

495: -- error message.
496: --
497: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
498: hr_utility.set_message_token('TABLE_NAME', 'ben_eligy_crit_values_f');
499: hr_utility.raise_error;
500: When l_object_invalid then
501: --
502: -- The object doesn't exist or is invalid
503: --

Line 504: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');

500: When l_object_invalid then
501: --
502: -- The object doesn't exist or is invalid
503: --
504: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
505: hr_utility.set_message_token('TABLE_NAME', 'ben_eligy_crit_values_f');
506: hr_utility.raise_error;
507: End lck;
508: --

Line 505: hr_utility.set_message_token('TABLE_NAME', 'ben_eligy_crit_values_f');

501: --
502: -- The object doesn't exist or is invalid
503: --
504: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
505: hr_utility.set_message_token('TABLE_NAME', 'ben_eligy_crit_values_f');
506: hr_utility.raise_error;
507: End lck;
508: --
509: -- ----------------------------------------------------------------------------

Line 506: hr_utility.raise_error;

502: -- The object doesn't exist or is invalid
503: --
504: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
505: hr_utility.set_message_token('TABLE_NAME', 'ben_eligy_crit_values_f');
506: hr_utility.raise_error;
507: End lck;
508: --
509: -- ----------------------------------------------------------------------------
510: -- |-----------------------------< convert_args >-----------------------------|

Line 577: hr_utility.set_location('Entering:'||l_proc, 5);

573: l_proc varchar2(72) := g_package||'convert_args';
574: --
575: Begin
576: --
577: hr_utility.set_location('Entering:'||l_proc, 5);
578: --
579: -- Convert arguments into local l_rec structure.
580: --
581: l_rec.eligy_crit_values_id := p_eligy_crit_values_id;

Line 639: hr_utility.set_location(' Leaving:'||l_proc, 10);

635: l_rec.date_value4 := p_date_value4;
636: --
637: -- Return the plsql record structure.
638: --
639: hr_utility.set_location(' Leaving:'||l_proc, 10);
640: Return(l_rec);
641: --
642: End convert_args;
643: --