DBA Data[Home] [Help]

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

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

49: fnd_message.set_token('CONSTRAINT_NAME', p_constraint_name);
50: fnd_message.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 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_chg_plip_enrt_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_chg_plip_enrt_id = g_old_rec.ler_chg_plip_enrt_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 199: hr_utility.set_location('Entering:'||l_proc, 5);

195: and p_effective_date
196: between t.effective_start_date and t.effective_end_date;
197: --
198: Begin
199: hr_utility.set_location('Entering:'||l_proc, 5);
200: Open C_Sel1;
201: Fetch C_Sel1 Into l_parent_key_value1,
202: l_parent_key_value2;
203: If C_Sel1%notfound then

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

607: l_rec.object_version_number := p_object_version_number;
608: --
609: -- Return the plsql record structure.
610: --
611: hr_utility.set_location(' Leaving:'||l_proc, 10);
612: Return(l_rec);
613: --
614: End convert_args;
615: --