DBA Data[Home] [Help]

APPS.BEN_RRB_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_REGN_FOR_REGY_BODY_FK1') 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 118: hr_utility.set_location('Entering:'||l_proc, 5);

114: l_proc varchar2(72) := g_package||'api_updating';
115: l_fct_ret boolean;
116: --
117: Begin
118: hr_utility.set_location('Entering:'||l_proc, 5);
119: --
120: If (p_effective_date is null or
121: p_regn_for_regy_body_id is null or
122: p_object_version_number is null) Then

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

127: l_fct_ret := false;
128: Else
129: If (p_regn_for_regy_body_id = g_old_rec.regn_for_regy_body_id and
130: p_object_version_number = g_old_rec.object_version_number) Then
131: hr_utility.set_location(l_proc, 10);
132: --
133: -- The g_old_rec is current therefore we must
134: -- set the returning function to true
135: --

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

152: If (p_object_version_number <> g_old_rec.object_version_number) Then
153: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
154: fnd_message.raise_error;
155: End If;
156: hr_utility.set_location(l_proc, 15);
157: l_fct_ret := true;
158: End If;
159: End If;
160: hr_utility.set_location(' Leaving:'||l_proc, 20);

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

156: hr_utility.set_location(l_proc, 15);
157: l_fct_ret := true;
158: End If;
159: End If;
160: hr_utility.set_location(' Leaving:'||l_proc, 20);
161: Return (l_fct_ret);
162: --
163: End api_updating;
164: --

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

184: and p_effective_date
185: between t.effective_start_date and t.effective_end_date;
186: --
187: Begin
188: hr_utility.set_location('Entering:'||l_proc, 5);
189: Open C_Sel1;
190: Fetch C_Sel1 Into l_parent_key_value1;
191: If C_Sel1%notfound then
192: Close C_Sel1;

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

211: p_delete => p_delete,
212: p_future_change => p_future_change,
213: p_delete_next_change => p_delete_next_change);
214: --
215: hr_utility.set_location(' Leaving:'||l_proc, 10);
216: End find_dt_del_modes;
217: --
218: -- ----------------------------------------------------------------------------
219: -- |--------------------------< find_dt_upd_modes >---------------------------|

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

228: --
229: l_proc varchar2(72) := g_package||'find_dt_upd_modes';
230: --
231: Begin
232: hr_utility.set_location('Entering:'||l_proc, 5);
233: --
234: -- Call the corresponding datetrack api
235: --
236: dt_api.find_dt_upd_modes

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

242: p_update => p_update,
243: p_update_override => p_update_override,
244: p_update_change_insert => p_update_change_insert);
245: --
246: hr_utility.set_location(' Leaving:'||l_proc, 10);
247: End find_dt_upd_modes;
248: --
249: -- ----------------------------------------------------------------------------
250: -- |------------------------< upd_effective_end_date >------------------------|

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

260: l_proc varchar2(72) := g_package||'upd_effective_end_date';
261: l_object_version_number number;
262: --
263: Begin
264: hr_utility.set_location('Entering:'||l_proc, 5);
265: --
266: -- Because we are updating a row we must get the next object
267: -- version number.
268: --

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

271: (p_base_table_name => 'ben_regn_for_regy_body_f',
272: p_base_key_column => 'regn_for_regy_body_id',
273: p_base_key_value => p_base_key_value);
274: --
275: hr_utility.set_location(l_proc, 10);
276: g_api_dml := true; -- Set the api dml status
277: --
278: -- Update the specified datetrack row setting the effective
279: -- end date to the specified new effective end date.

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

286: between t.effective_start_date and t.effective_end_date;
287: --
288: g_api_dml := false; -- Unset the api dml status
289: p_object_version_number := l_object_version_number;
290: hr_utility.set_location(' Leaving:'||l_proc, 15);
291: --
292: Exception
293: When Others Then
294: g_api_dml := false; -- Unset the api dml status

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

364: --
365: --
366: --
367: Begin
368: hr_utility.set_location('Entering:'||l_proc, 5);
369: --
370: -- Ensure that all the mandatory arguments are not null
371: --
372: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

405: If (p_object_version_number <> g_old_rec.object_version_number) Then
406: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
407: fnd_message.raise_error;
408: End If;
409: hr_utility.set_location(l_proc, 15);
410: --
411: --
412: -- Validate the datetrack mode mode getting the validation start
413: -- and end dates for the specified datetrack operation.

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

440: --
441: p_validation_start_date := l_validation_start_date;
442: p_validation_end_date := l_validation_end_date;
443: --
444: hr_utility.set_location(' Leaving:'||l_proc, 30);
445: --
446: -- We need to trap the ORA LOCK exception
447: --
448: Exception

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

514: l_proc varchar2(72) := g_package||'convert_args';
515: --
516: Begin
517: --
518: hr_utility.set_location('Entering:'||l_proc, 5);
519: --
520: -- Convert arguments into local l_rec structure.
521: --
522: l_rec.regn_for_regy_body_id := p_regn_for_regy_body_id;

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

560: l_rec.object_version_number := p_object_version_number;
561: --
562: -- Return the plsql record structure.
563: --
564: hr_utility.set_location(' Leaving:'||l_proc, 10);
565: Return(l_rec);
566: --
567: End convert_args;
568: --