DBA Data[Home] [Help]

APPS.BEN_LOP_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_OIPL_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 126: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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