DBA Data[Home] [Help]

APPS.BEN_LRE_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 = 'AVCON_BEN_L_EXCLD_000') Then
37: fnd_message.set_name('PAY', 'HR_6153_ALL_PROCEDURE_FAIL');
38: fnd_message.set_token('PROCEDURE', l_proc);

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

54: fnd_message.set_token('CONSTRAINT_NAME', p_constraint_name);
55: fnd_message.raise_error;
56: End If;
57: --
58: hr_utility.set_location(' Leaving:'||l_proc, 10);
59: End constraint_error;
60: --
61: -- ----------------------------------------------------------------------------
62: -- |-----------------------------< api_updating >-----------------------------|

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

123: l_proc varchar2(72) := g_package||'api_updating';
124: l_fct_ret boolean;
125: --
126: Begin
127: hr_utility.set_location('Entering:'||l_proc, 5);
128: --
129: If (p_effective_date is null or
130: p_ler_rqrs_enrt_ctfn_id is null or
131: p_object_version_number is null) Then

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

136: l_fct_ret := false;
137: Else
138: If (p_ler_rqrs_enrt_ctfn_id = g_old_rec.ler_rqrs_enrt_ctfn_id and
139: p_object_version_number = g_old_rec.object_version_number) Then
140: hr_utility.set_location(l_proc, 10);
141: --
142: -- The g_old_rec is current therefore we must
143: -- set the returning function to true
144: --

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

161: If (p_object_version_number <> g_old_rec.object_version_number) Then
162: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
163: fnd_message.raise_error;
164: End If;
165: hr_utility.set_location(l_proc, 15);
166: l_fct_ret := true;
167: End If;
168: End If;
169: hr_utility.set_location(' Leaving:'||l_proc, 20);

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

165: hr_utility.set_location(l_proc, 15);
166: l_fct_ret := true;
167: End If;
168: End If;
169: hr_utility.set_location(' Leaving:'||l_proc, 20);
170: Return (l_fct_ret);
171: --
172: End api_updating;
173: --

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

197: and p_effective_date
198: between t.effective_start_date and t.effective_end_date;
199: --
200: Begin
201: hr_utility.set_location('Entering:'||l_proc, 5);
202: Open C_Sel1;
203: Fetch C_Sel1 Into l_parent_key_value1,
204: l_parent_key_value2,
205: l_parent_key_value3;

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

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

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

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

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

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

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

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

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

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

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

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

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

389: --
390: --
391: --
392: Begin
393: hr_utility.set_location('Entering:'||l_proc, 5);
394: --
395: -- Ensure that all the mandatory arguments are not null
396: --
397: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

430: If (p_object_version_number <> g_old_rec.object_version_number) Then
431: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
432: fnd_message.raise_error;
433: End If;
434: hr_utility.set_location(l_proc, 15);
435: --
436: --
437: -- Validate the datetrack mode mode getting the validation start
438: -- and end dates for the specified datetrack operation.

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

473: --
474: p_validation_start_date := l_validation_start_date;
475: p_validation_end_date := l_validation_end_date;
476: --
477: hr_utility.set_location(' Leaving:'||l_proc, 30);
478: --
479: -- We need to trap the ORA LOCK exception
480: --
481: Exception

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

551: l_proc varchar2(72) := g_package||'convert_args';
552: --
553: Begin
554: --
555: hr_utility.set_location('Entering:'||l_proc, 5);
556: --
557: -- Convert arguments into local l_rec structure.
558: --
559: l_rec.ler_rqrs_enrt_ctfn_id := p_ler_rqrs_enrt_ctfn_id;

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

601: l_rec.object_version_number := p_object_version_number;
602: --
603: -- Return the plsql record structure.
604: --
605: hr_utility.set_location(' Leaving:'||l_proc, 10);
606: Return(l_rec);
607: --
608: End convert_args;
609: --