DBA Data[Home] [Help]

APPS.BEN_LBR_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_LER_BNFT_RSTRN_F_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_LER_BNFT_RSTRN_F_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_LER_BNFT_RSTRN_F_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_LER_BNFT_RSTRN_F_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_LER_BNFT_RSTRN_F_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_LER_BNFT_RSTRN_F_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_LER_BNFT_RSTRN_F_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_LER_BNFT_RSTRN_F_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_LER_BNFT_RSTRN_F_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_LER_BNFT_RSTRN_F_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_LER_BNFT_RSTRN_F_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_LER_BNFT_RSTRN_F_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_LER_BNFT_RSTRN_F_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 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_ler_bnft_rstrn_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_ler_bnft_rstrn_id = g_old_rec.ler_bnft_rstrn_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 209: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

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

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

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

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

Line 218: hr_utility.raise_error;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Line 446: hr_utility.raise_error;

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

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

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

Line 451: hr_utility.raise_error;

447: End If;
448: Close C_Sel1;
449: If (p_object_version_number <> g_old_rec.object_version_number) Then
450: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
451: hr_utility.raise_error;
452: End If;
453: hr_utility.set_location(l_proc, 15);
454: --
455: --

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

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

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

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

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

479: -- procedure therefore we must error (note: to lck on insert the
480: -- private procedure ins_lck should be called).
481: --
482: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
483: hr_utility.set_message_token('PROCEDURE', l_proc);
484: hr_utility.set_message_token('STEP','20');
485: hr_utility.raise_error;
486: End If;
487: --

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

480: -- private procedure ins_lck should be called).
481: --
482: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
483: hr_utility.set_message_token('PROCEDURE', l_proc);
484: hr_utility.set_message_token('STEP','20');
485: hr_utility.raise_error;
486: End If;
487: --
488: -- Set the validation start and end date OUT arguments

Line 485: hr_utility.raise_error;

481: --
482: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
483: hr_utility.set_message_token('PROCEDURE', l_proc);
484: hr_utility.set_message_token('STEP','20');
485: hr_utility.raise_error;
486: End If;
487: --
488: -- Set the validation start and end date OUT arguments
489: --

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

489: --
490: p_validation_start_date := l_validation_start_date;
491: p_validation_end_date := l_validation_end_date;
492: --
493: hr_utility.set_location(' Leaving:'||l_proc, 30);
494: --
495: -- We need to trap the ORA LOCK exception
496: --
497: Exception

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

499: --
500: -- The object is locked therefore we need to supply a meaningful
501: -- error message.
502: --
503: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
504: hr_utility.set_message_token('TABLE_NAME', 'ben_ler_bnft_rstrn_f');
505: hr_utility.raise_error;
506: When l_object_invalid then
507: --

Line 504: hr_utility.set_message_token('TABLE_NAME', 'ben_ler_bnft_rstrn_f');

500: -- The object is locked therefore we need to supply a meaningful
501: -- error message.
502: --
503: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
504: hr_utility.set_message_token('TABLE_NAME', 'ben_ler_bnft_rstrn_f');
505: hr_utility.raise_error;
506: When l_object_invalid then
507: --
508: -- The object doesn't exist or is invalid

Line 505: hr_utility.raise_error;

501: -- error message.
502: --
503: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
504: hr_utility.set_message_token('TABLE_NAME', 'ben_ler_bnft_rstrn_f');
505: hr_utility.raise_error;
506: When l_object_invalid then
507: --
508: -- The object doesn't exist or is invalid
509: --

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

506: When l_object_invalid then
507: --
508: -- The object doesn't exist or is invalid
509: --
510: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
511: hr_utility.set_message_token('TABLE_NAME', 'ben_ler_bnft_rstrn_f');
512: hr_utility.raise_error;
513: End lck;
514: --

Line 511: hr_utility.set_message_token('TABLE_NAME', 'ben_ler_bnft_rstrn_f');

507: --
508: -- The object doesn't exist or is invalid
509: --
510: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
511: hr_utility.set_message_token('TABLE_NAME', 'ben_ler_bnft_rstrn_f');
512: hr_utility.raise_error;
513: End lck;
514: --
515: -- ----------------------------------------------------------------------------

Line 512: hr_utility.raise_error;

508: -- The object doesn't exist or is invalid
509: --
510: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
511: hr_utility.set_message_token('TABLE_NAME', 'ben_ler_bnft_rstrn_f');
512: hr_utility.raise_error;
513: End lck;
514: --
515: -- ----------------------------------------------------------------------------
516: -- |-----------------------------< convert_args >-----------------------------|

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

582: l_proc varchar2(72) := g_package||'convert_args';
583: --
584: Begin
585: --
586: hr_utility.set_location('Entering:'||l_proc, 5);
587: --
588: -- Convert arguments into local l_rec structure.
589: --
590: l_rec.ler_bnft_rstrn_id := p_ler_bnft_rstrn_id;

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

647: l_rec.object_version_number := p_object_version_number;
648: --
649: -- Return the plsql record structure.
650: --
651: hr_utility.set_location(' Leaving:'||l_proc, 10);
652: Return(l_rec);
653: --
654: End convert_args;
655: --