DBA Data[Home] [Help]

APPS.BEN_PEO_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_ELIG_TO_PRTE_RSN_FK1') Then
37: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
38: hr_utility.set_message_token('PROCEDURE', l_proc);

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

33: Begin
34: hr_utility.set_location('Entering:'||l_proc, 5);
35: --
36: If (p_constraint_name = 'BEN_ELIG_TO_PRTE_RSN_FK1') Then
37: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
38: hr_utility.set_message_token('PROCEDURE', l_proc);
39: hr_utility.set_message_token('STEP','5');
40: hr_utility.raise_error;
41: ElsIf (p_constraint_name = 'BEN_ELIG_TO_PRTE_RSN_PK') Then

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

34: hr_utility.set_location('Entering:'||l_proc, 5);
35: --
36: If (p_constraint_name = 'BEN_ELIG_TO_PRTE_RSN_FK1') Then
37: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
38: hr_utility.set_message_token('PROCEDURE', l_proc);
39: hr_utility.set_message_token('STEP','5');
40: hr_utility.raise_error;
41: ElsIf (p_constraint_name = 'BEN_ELIG_TO_PRTE_RSN_PK') Then
42: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');

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

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

Line 40: hr_utility.raise_error;

36: If (p_constraint_name = 'BEN_ELIG_TO_PRTE_RSN_FK1') Then
37: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
38: hr_utility.set_message_token('PROCEDURE', l_proc);
39: hr_utility.set_message_token('STEP','5');
40: hr_utility.raise_error;
41: ElsIf (p_constraint_name = 'BEN_ELIG_TO_PRTE_RSN_PK') Then
42: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
43: hr_utility.set_message_token('PROCEDURE', l_proc);
44: hr_utility.set_message_token('STEP','10');

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

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

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

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

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

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

Line 45: hr_utility.raise_error;

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

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

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

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

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

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

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

Line 50: hr_utility.raise_error;

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

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

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

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

137: l_proc varchar2(72) := g_package||'api_updating';
138: l_fct_ret boolean;
139: --
140: Begin
141: hr_utility.set_location('Entering:'||l_proc, 5);
142: --
143: If (p_effective_date is null or
144: p_elig_to_prte_rsn_id is null or
145: p_object_version_number is null) Then

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

150: l_fct_ret := false;
151: Else
152: If (p_elig_to_prte_rsn_id = g_old_rec.elig_to_prte_rsn_id and
153: p_object_version_number = g_old_rec.object_version_number) Then
154: hr_utility.set_location(l_proc, 10);
155: --
156: -- The g_old_rec is current therefore we must
157: -- set the returning function to true
158: --

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

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

Line 172: hr_utility.raise_error;

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

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

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

Line 177: hr_utility.raise_error;

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

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

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

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

179: hr_utility.set_location(l_proc, 15);
180: l_fct_ret := true;
181: End If;
182: End If;
183: hr_utility.set_location(' Leaving:'||l_proc, 20);
184: Return (l_fct_ret);
185: --
186: End api_updating;
187: --

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

217: and p_effective_date
218: between t.effective_start_date and t.effective_end_date;
219: --
220: Begin
221: hr_utility.set_location('Entering:'||l_proc, 5);
222: Open C_Sel1;
223: Fetch C_Sel1 Into l_parent_key_value1,
224: l_parent_key_value2,
225: l_parent_key_value3,

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

227: l_parent_key_value5,
228: l_parent_key_value6;
229: If C_Sel1%notfound then
230: Close C_Sel1;
231: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
232: hr_utility.set_message_token('PROCEDURE', l_proc);
233: hr_utility.set_message_token('STEP','10');
234: hr_utility.raise_error;
235: End If;

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

228: l_parent_key_value6;
229: If C_Sel1%notfound then
230: Close C_Sel1;
231: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
232: hr_utility.set_message_token('PROCEDURE', l_proc);
233: hr_utility.set_message_token('STEP','10');
234: hr_utility.raise_error;
235: End If;
236: Close C_Sel1;

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

229: If C_Sel1%notfound then
230: Close C_Sel1;
231: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
232: hr_utility.set_message_token('PROCEDURE', l_proc);
233: hr_utility.set_message_token('STEP','10');
234: hr_utility.raise_error;
235: End If;
236: Close C_Sel1;
237: --

Line 234: hr_utility.raise_error;

230: Close C_Sel1;
231: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
232: hr_utility.set_message_token('PROCEDURE', l_proc);
233: hr_utility.set_message_token('STEP','10');
234: hr_utility.raise_error;
235: End If;
236: Close C_Sel1;
237: --
238: -- Call the corresponding datetrack api

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

264: p_delete => p_delete,
265: p_future_change => p_future_change,
266: p_delete_next_change => p_delete_next_change);
267: --
268: hr_utility.set_location(' Leaving:'||l_proc, 10);
269: End find_dt_del_modes;
270: --
271: -- ----------------------------------------------------------------------------
272: -- |--------------------------< find_dt_upd_modes >---------------------------|

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

281: --
282: l_proc varchar2(72) := g_package||'find_dt_upd_modes';
283: --
284: Begin
285: hr_utility.set_location('Entering:'||l_proc, 5);
286: --
287: -- Call the corresponding datetrack api
288: --
289: dt_api.find_dt_upd_modes

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

295: p_update => p_update,
296: p_update_override => p_update_override,
297: p_update_change_insert => p_update_change_insert);
298: --
299: hr_utility.set_location(' Leaving:'||l_proc, 10);
300: End find_dt_upd_modes;
301: --
302: -- ----------------------------------------------------------------------------
303: -- |------------------------< upd_effective_end_date >------------------------|

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

313: l_proc varchar2(72) := g_package||'upd_effective_end_date';
314: l_object_version_number number;
315: --
316: Begin
317: hr_utility.set_location('Entering:'||l_proc, 5);
318: --
319: -- Because we are updating a row we must get the next object
320: -- version number.
321: --

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

324: (p_base_table_name => 'ben_elig_to_prte_rsn_f',
325: p_base_key_column => 'elig_to_prte_rsn_id',
326: p_base_key_value => p_base_key_value);
327: --
328: hr_utility.set_location(l_proc, 10);
329: g_api_dml := true; -- Set the api dml status
330: --
331: -- Update the specified datetrack row setting the effective
332: -- end date to the specified new effective end date.

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

339: between t.effective_start_date and t.effective_end_date;
340: --
341: g_api_dml := false; -- Unset the api dml status
342: p_object_version_number := l_object_version_number;
343: hr_utility.set_location(' Leaving:'||l_proc, 15);
344: --
345: Exception
346: When Others Then
347: g_api_dml := false; -- Unset the api dml status

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

440: --
441: --
442: --
443: Begin
444: hr_utility.set_location('Entering:'||l_proc, 5);
445: --
446: -- Ensure that all the mandatory arguments are not null
447: --
448: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

473: Close C_Sel1;
474: --
475: -- The primary key is invalid therefore we must error
476: --
477: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
478: hr_utility.raise_error;
479: End If;
480: Close C_Sel1;
481: If (p_object_version_number <> g_old_rec.object_version_number) Then

Line 478: hr_utility.raise_error;

474: --
475: -- The primary key is invalid therefore we must error
476: --
477: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
478: hr_utility.raise_error;
479: End If;
480: Close C_Sel1;
481: If (p_object_version_number <> g_old_rec.object_version_number) Then
482: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');

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

478: hr_utility.raise_error;
479: End If;
480: Close C_Sel1;
481: If (p_object_version_number <> g_old_rec.object_version_number) Then
482: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
483: hr_utility.raise_error;
484: End If;
485: hr_utility.set_location(l_proc, 15);
486: --

Line 483: hr_utility.raise_error;

479: End If;
480: Close C_Sel1;
481: If (p_object_version_number <> g_old_rec.object_version_number) Then
482: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
483: hr_utility.raise_error;
484: End If;
485: hr_utility.set_location(l_proc, 15);
486: --
487: --

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

481: If (p_object_version_number <> g_old_rec.object_version_number) Then
482: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
483: hr_utility.raise_error;
484: End If;
485: hr_utility.set_location(l_proc, 15);
486: --
487: --
488: -- Validate the datetrack mode mode getting the validation start
489: -- and end dates for the specified datetrack operation.

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

520: -- We are doing a datetrack 'INSERT' which is illegal within this
521: -- procedure therefore we must error (note: to lck on insert the
522: -- private procedure ins_lck should be called).
523: --
524: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
525: hr_utility.set_message_token('PROCEDURE', l_proc);
526: hr_utility.set_message_token('STEP','20');
527: hr_utility.raise_error;
528: End If;

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

521: -- procedure therefore we must error (note: to lck on insert the
522: -- private procedure ins_lck should be called).
523: --
524: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
525: hr_utility.set_message_token('PROCEDURE', l_proc);
526: hr_utility.set_message_token('STEP','20');
527: hr_utility.raise_error;
528: End If;
529: --

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

522: -- private procedure ins_lck should be called).
523: --
524: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
525: hr_utility.set_message_token('PROCEDURE', l_proc);
526: hr_utility.set_message_token('STEP','20');
527: hr_utility.raise_error;
528: End If;
529: --
530: -- Set the validation start and end date OUT arguments

Line 527: hr_utility.raise_error;

523: --
524: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
525: hr_utility.set_message_token('PROCEDURE', l_proc);
526: hr_utility.set_message_token('STEP','20');
527: hr_utility.raise_error;
528: End If;
529: --
530: -- Set the validation start and end date OUT arguments
531: --

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

531: --
532: p_validation_start_date := l_validation_start_date;
533: p_validation_end_date := l_validation_end_date;
534: --
535: hr_utility.set_location(' Leaving:'||l_proc, 30);
536: --
537: -- We need to trap the ORA LOCK exception
538: --
539: Exception

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

541: --
542: -- The object is locked therefore we need to supply a meaningful
543: -- error message.
544: --
545: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
546: hr_utility.set_message_token('TABLE_NAME', 'ben_elig_to_prte_rsn_f');
547: hr_utility.raise_error;
548: When l_object_invalid then
549: --

Line 546: hr_utility.set_message_token('TABLE_NAME', 'ben_elig_to_prte_rsn_f');

542: -- The object is locked therefore we need to supply a meaningful
543: -- error message.
544: --
545: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
546: hr_utility.set_message_token('TABLE_NAME', 'ben_elig_to_prte_rsn_f');
547: hr_utility.raise_error;
548: When l_object_invalid then
549: --
550: -- The object doesn't exist or is invalid

Line 547: hr_utility.raise_error;

543: -- error message.
544: --
545: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
546: hr_utility.set_message_token('TABLE_NAME', 'ben_elig_to_prte_rsn_f');
547: hr_utility.raise_error;
548: When l_object_invalid then
549: --
550: -- The object doesn't exist or is invalid
551: --

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

548: When l_object_invalid then
549: --
550: -- The object doesn't exist or is invalid
551: --
552: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
553: hr_utility.set_message_token('TABLE_NAME', 'ben_elig_to_prte_rsn_f');
554: hr_utility.raise_error;
555: End lck;
556: --

Line 553: hr_utility.set_message_token('TABLE_NAME', 'ben_elig_to_prte_rsn_f');

549: --
550: -- The object doesn't exist or is invalid
551: --
552: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
553: hr_utility.set_message_token('TABLE_NAME', 'ben_elig_to_prte_rsn_f');
554: hr_utility.raise_error;
555: End lck;
556: --
557: -- ----------------------------------------------------------------------------

Line 554: hr_utility.raise_error;

550: -- The object doesn't exist or is invalid
551: --
552: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
553: hr_utility.set_message_token('TABLE_NAME', 'ben_elig_to_prte_rsn_f');
554: hr_utility.raise_error;
555: End lck;
556: --
557: -- ----------------------------------------------------------------------------
558: -- |-----------------------------< convert_args >-----------------------------|

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

628: l_proc varchar2(72) := g_package||'convert_args';
629: --
630: Begin
631: --
632: hr_utility.set_location('Entering:'||l_proc, 5);
633: --
634: -- Convert arguments into local l_rec structure.
635: --
636: l_rec.elig_to_prte_rsn_id := p_elig_to_prte_rsn_id;

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

697: l_rec.object_version_number := p_object_version_number;
698: --
699: -- Return the plsql record structure.
700: --
701: hr_utility.set_location(' Leaving:'||l_proc, 10);
702: Return(l_rec);
703: --
704: End convert_args;
705: --