DBA Data[Home] [Help]

APPS.BEN_PCT_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_PL_GD_R_SVC_CTFN_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_PL_GD_R_SVC_CTFN_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_PL_GD_R_SVC_CTFN_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_PL_GD_R_SVC_CTFN_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_PL_GD_R_SVC_CTFN_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_PL_GD_R_SVC_CTFN_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_PL_GD_R_SVC_CTFN_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_PL_GD_R_SVC_CTFN_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_PL_GD_R_SVC_CTFN_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_PL_GD_R_SVC_CTFN_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_PL_GD_R_SVC_CTFN_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_PL_GD_R_SVC_CTFN_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_PL_GD_R_SVC_CTFN_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 122: hr_utility.set_location('Entering:'||l_proc, 5);

118: l_proc varchar2(72) := g_package||'api_updating';
119: l_fct_ret boolean;
120: --
121: Begin
122: hr_utility.set_location('Entering:'||l_proc, 5);
123: --
124: If (p_effective_date is null or
125: p_pl_gd_r_svc_ctfn_id is null or
126: p_object_version_number is null) Then

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

131: l_fct_ret := false;
132: Else
133: If (p_pl_gd_r_svc_ctfn_id = g_old_rec.pl_gd_r_svc_ctfn_id and
134: p_object_version_number = g_old_rec.object_version_number) Then
135: hr_utility.set_location(l_proc, 10);
136: --
137: -- The g_old_rec is current therefore we must
138: -- set the returning function to true
139: --

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

148: Close C_Sel1;
149: --
150: -- The primary key is invalid therefore we must error
151: --
152: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
153: hr_utility.raise_error;
154: End If;
155: Close C_Sel1;
156: If (p_object_version_number <> g_old_rec.object_version_number) Then

Line 153: hr_utility.raise_error;

149: --
150: -- The primary key is invalid therefore we must error
151: --
152: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
153: hr_utility.raise_error;
154: End If;
155: Close C_Sel1;
156: If (p_object_version_number <> g_old_rec.object_version_number) Then
157: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');

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

153: hr_utility.raise_error;
154: End If;
155: Close C_Sel1;
156: If (p_object_version_number <> g_old_rec.object_version_number) Then
157: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
158: hr_utility.raise_error;
159: End If;
160: hr_utility.set_location(l_proc, 15);
161: l_fct_ret := true;

Line 158: hr_utility.raise_error;

154: End If;
155: Close C_Sel1;
156: If (p_object_version_number <> g_old_rec.object_version_number) Then
157: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
158: hr_utility.raise_error;
159: End If;
160: hr_utility.set_location(l_proc, 15);
161: l_fct_ret := true;
162: End If;

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

156: If (p_object_version_number <> g_old_rec.object_version_number) Then
157: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
158: hr_utility.raise_error;
159: End If;
160: hr_utility.set_location(l_proc, 15);
161: l_fct_ret := true;
162: End If;
163: End If;
164: hr_utility.set_location(' Leaving:'||l_proc, 20);

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

160: hr_utility.set_location(l_proc, 15);
161: l_fct_ret := true;
162: End If;
163: End If;
164: hr_utility.set_location(' Leaving:'||l_proc, 20);
165: Return (l_fct_ret);
166: --
167: End api_updating;
168: --

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

192: and p_effective_date
193: between t.effective_start_date and t.effective_end_date;
194: --
195: Begin
196: hr_utility.set_location('Entering:'||l_proc, 5);
197: Open C_Sel1;
198: Fetch C_Sel1 Into l_parent_key_value1,
199: l_parent_key_value2;
200: -- l_parent_key_value3;

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

199: l_parent_key_value2;
200: -- l_parent_key_value3;
201: If C_Sel1%notfound then
202: Close C_Sel1;
203: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
204: hr_utility.set_message_token('PROCEDURE', l_proc);
205: hr_utility.set_message_token('STEP','10');
206: hr_utility.raise_error;
207: End If;

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

200: -- l_parent_key_value3;
201: If C_Sel1%notfound then
202: Close C_Sel1;
203: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
204: hr_utility.set_message_token('PROCEDURE', l_proc);
205: hr_utility.set_message_token('STEP','10');
206: hr_utility.raise_error;
207: End If;
208: Close C_Sel1;

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

201: If C_Sel1%notfound then
202: Close C_Sel1;
203: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
204: hr_utility.set_message_token('PROCEDURE', l_proc);
205: hr_utility.set_message_token('STEP','10');
206: hr_utility.raise_error;
207: End If;
208: Close C_Sel1;
209: --

Line 206: hr_utility.raise_error;

202: Close C_Sel1;
203: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
204: hr_utility.set_message_token('PROCEDURE', l_proc);
205: hr_utility.set_message_token('STEP','10');
206: hr_utility.raise_error;
207: End If;
208: Close C_Sel1;
209: --
210: -- Call the corresponding datetrack api

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

227: p_delete => p_delete,
228: p_future_change => p_future_change,
229: p_delete_next_change => p_delete_next_change);
230: --
231: hr_utility.set_location(' Leaving:'||l_proc, 10);
232: End find_dt_del_modes;
233: --
234: -- ----------------------------------------------------------------------------
235: -- |--------------------------< find_dt_upd_modes >---------------------------|

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

244: --
245: l_proc varchar2(72) := g_package||'find_dt_upd_modes';
246: --
247: Begin
248: hr_utility.set_location('Entering:'||l_proc, 5);
249: --
250: -- Call the corresponding datetrack api
251: --
252: dt_api.find_dt_upd_modes

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

258: p_update => p_update,
259: p_update_override => p_update_override,
260: p_update_change_insert => p_update_change_insert);
261: --
262: hr_utility.set_location(' Leaving:'||l_proc, 10);
263: End find_dt_upd_modes;
264: --
265: -- ----------------------------------------------------------------------------
266: -- |------------------------< upd_effective_end_date >------------------------|

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

276: l_proc varchar2(72) := g_package||'upd_effective_end_date';
277: l_object_version_number number;
278: --
279: Begin
280: hr_utility.set_location('Entering:'||l_proc, 5);
281: --
282: -- Because we are updating a row we must get the next object
283: -- version number.
284: --

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

287: (p_base_table_name => 'ben_pl_gd_r_svc_ctfn_f',
288: p_base_key_column => 'pl_gd_r_svc_ctfn_id',
289: p_base_key_value => p_base_key_value);
290: --
291: hr_utility.set_location(l_proc, 10);
292: g_api_dml := true; -- Set the api dml status
293: --
294: -- Update the specified datetrack row setting the effective
295: -- end date to the specified new effective end date.

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

302: between t.effective_start_date and t.effective_end_date;
303: --
304: g_api_dml := false; -- Unset the api dml status
305: p_object_version_number := l_object_version_number;
306: hr_utility.set_location(' Leaving:'||l_proc, 15);
307: --
308: Exception
309: When Others Then
310: g_api_dml := false; -- Unset the api dml status

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

384: --
385: --
386: --
387: Begin
388: hr_utility.set_location('Entering:'||l_proc, 5);
389: --
390: -- Ensure that all the mandatory arguments are not null
391: --
392: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

417: Close C_Sel1;
418: --
419: -- The primary key is invalid therefore we must error
420: --
421: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
422: hr_utility.raise_error;
423: End If;
424: Close C_Sel1;
425: If (p_object_version_number <> g_old_rec.object_version_number) Then

Line 422: hr_utility.raise_error;

418: --
419: -- The primary key is invalid therefore we must error
420: --
421: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
422: hr_utility.raise_error;
423: End If;
424: Close C_Sel1;
425: If (p_object_version_number <> g_old_rec.object_version_number) Then
426: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');

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

422: hr_utility.raise_error;
423: End If;
424: Close C_Sel1;
425: If (p_object_version_number <> g_old_rec.object_version_number) Then
426: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
427: hr_utility.raise_error;
428: End If;
429: hr_utility.set_location(l_proc, 15);
430: --

Line 427: hr_utility.raise_error;

423: End If;
424: Close C_Sel1;
425: If (p_object_version_number <> g_old_rec.object_version_number) Then
426: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
427: hr_utility.raise_error;
428: End If;
429: hr_utility.set_location(l_proc, 15);
430: --
431: --

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

425: If (p_object_version_number <> g_old_rec.object_version_number) Then
426: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
427: hr_utility.raise_error;
428: End If;
429: hr_utility.set_location(l_proc, 15);
430: --
431: --
432: -- Validate the datetrack mode mode getting the validation start
433: -- and end dates for the specified datetrack operation.

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

455: -- We are doing a datetrack 'INSERT' which is illegal within this
456: -- procedure therefore we must error (note: to lck on insert the
457: -- private procedure ins_lck should be called).
458: --
459: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
460: hr_utility.set_message_token('PROCEDURE', l_proc);
461: hr_utility.set_message_token('STEP','20');
462: hr_utility.raise_error;
463: End If;

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

456: -- procedure therefore we must error (note: to lck on insert the
457: -- private procedure ins_lck should be called).
458: --
459: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
460: hr_utility.set_message_token('PROCEDURE', l_proc);
461: hr_utility.set_message_token('STEP','20');
462: hr_utility.raise_error;
463: End If;
464: --

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

457: -- private procedure ins_lck should be called).
458: --
459: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
460: hr_utility.set_message_token('PROCEDURE', l_proc);
461: hr_utility.set_message_token('STEP','20');
462: hr_utility.raise_error;
463: End If;
464: --
465: -- Set the validation start and end date OUT arguments

Line 462: hr_utility.raise_error;

458: --
459: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
460: hr_utility.set_message_token('PROCEDURE', l_proc);
461: hr_utility.set_message_token('STEP','20');
462: hr_utility.raise_error;
463: End If;
464: --
465: -- Set the validation start and end date OUT arguments
466: --

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

466: --
467: p_validation_start_date := l_validation_start_date;
468: p_validation_end_date := l_validation_end_date;
469: --
470: hr_utility.set_location(' Leaving:'||l_proc, 30);
471: --
472: -- We need to trap the ORA LOCK exception
473: --
474: Exception

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

476: --
477: -- The object is locked therefore we need to supply a meaningful
478: -- error message.
479: --
480: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
481: hr_utility.set_message_token('TABLE_NAME', 'ben_pl_gd_r_svc_ctfn_f');
482: hr_utility.raise_error;
483: When l_object_invalid then
484: --

Line 481: hr_utility.set_message_token('TABLE_NAME', 'ben_pl_gd_r_svc_ctfn_f');

477: -- The object is locked therefore we need to supply a meaningful
478: -- error message.
479: --
480: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
481: hr_utility.set_message_token('TABLE_NAME', 'ben_pl_gd_r_svc_ctfn_f');
482: hr_utility.raise_error;
483: When l_object_invalid then
484: --
485: -- The object doesn't exist or is invalid

Line 482: hr_utility.raise_error;

478: -- error message.
479: --
480: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
481: hr_utility.set_message_token('TABLE_NAME', 'ben_pl_gd_r_svc_ctfn_f');
482: hr_utility.raise_error;
483: When l_object_invalid then
484: --
485: -- The object doesn't exist or is invalid
486: --

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

483: When l_object_invalid then
484: --
485: -- The object doesn't exist or is invalid
486: --
487: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
488: hr_utility.set_message_token('TABLE_NAME', 'ben_pl_gd_r_svc_ctfn_f');
489: hr_utility.raise_error;
490: End lck;
491: --

Line 488: hr_utility.set_message_token('TABLE_NAME', 'ben_pl_gd_r_svc_ctfn_f');

484: --
485: -- The object doesn't exist or is invalid
486: --
487: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
488: hr_utility.set_message_token('TABLE_NAME', 'ben_pl_gd_r_svc_ctfn_f');
489: hr_utility.raise_error;
490: End lck;
491: --
492: -- ----------------------------------------------------------------------------

Line 489: hr_utility.raise_error;

485: -- The object doesn't exist or is invalid
486: --
487: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
488: hr_utility.set_message_token('TABLE_NAME', 'ben_pl_gd_r_svc_ctfn_f');
489: hr_utility.raise_error;
490: End lck;
491: --
492: -- ----------------------------------------------------------------------------
493: -- |-----------------------------< convert_args >-----------------------------|

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

545: l_proc varchar2(72) := g_package||'convert_args';
546: --
547: Begin
548: --
549: hr_utility.set_location('Entering:'||l_proc, 5);
550: --
551: -- Convert arguments into local l_rec structure.
552: --
553: l_rec.pl_gd_r_svc_ctfn_id := p_pl_gd_r_svc_ctfn_id;

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

595: l_rec.rqd_flag := p_rqd_flag ;
596: --
597: -- Return the plsql record structure.
598: --
599: hr_utility.set_location(' Leaving:'||l_proc, 10);
600: Return(l_rec);
601: --
602: End convert_args;
603: --