DBA Data[Home] [Help]

APPS.BEN_BPP_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_BNFT_PRVDR_POOL_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 148: hr_utility.set_location('Entering:'||l_proc, 5);

144: l_proc varchar2(72) := g_package||'api_updating';
145: l_fct_ret boolean;
146: --
147: Begin
148: hr_utility.set_location('Entering:'||l_proc, 5);
149: --
150: If (p_effective_date is null or
151: p_bnft_prvdr_pool_id is null or
152: p_object_version_number is null) Then

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

157: l_fct_ret := false;
158: Else
159: If (p_bnft_prvdr_pool_id = g_old_rec.bnft_prvdr_pool_id and
160: p_object_version_number = g_old_rec.object_version_number) Then
161: hr_utility.set_location(l_proc, 10);
162: --
163: -- The g_old_rec is current therefore we must
164: -- set the returning function to true
165: --

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

182: If (p_object_version_number <> g_old_rec.object_version_number) Then
183: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
184: fnd_message.raise_error;
185: End If;
186: hr_utility.set_location(l_proc, 15);
187: l_fct_ret := true;
188: End If;
189: End If;
190: hr_utility.set_location(' Leaving:'||l_proc, 20);

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

186: hr_utility.set_location(l_proc, 15);
187: l_fct_ret := true;
188: End If;
189: End If;
190: hr_utility.set_location(' Leaving:'||l_proc, 20);
191: Return (l_fct_ret);
192: --
193: End api_updating;
194: --

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

226: and p_effective_date
227: between t.effective_start_date and t.effective_end_date;
228: --
229: Begin
230: hr_utility.set_location('Entering:'||l_proc, 5);
231: Open C_Sel1;
232: Fetch C_Sel1 Into l_parent_key_value1,
233: l_parent_key_value2,
234: l_parent_key_value3,

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

277: p_delete => p_delete,
278: p_future_change => p_future_change,
279: p_delete_next_change => p_delete_next_change);
280: --
281: hr_utility.set_location(' Leaving:'||l_proc, 10);
282: End find_dt_del_modes;
283: --
284: -- ----------------------------------------------------------------------------
285: -- |--------------------------< find_dt_upd_modes >---------------------------|

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

294: --
295: l_proc varchar2(72) := g_package||'find_dt_upd_modes';
296: --
297: Begin
298: hr_utility.set_location('Entering:'||l_proc, 5);
299: --
300: -- Call the corresponding datetrack api
301: --
302: dt_api.find_dt_upd_modes

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

308: p_update => p_update,
309: p_update_override => p_update_override,
310: p_update_change_insert => p_update_change_insert);
311: --
312: hr_utility.set_location(' Leaving:'||l_proc, 10);
313: End find_dt_upd_modes;
314: --
315: -- ----------------------------------------------------------------------------
316: -- |------------------------< upd_effective_end_date >------------------------|

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

326: l_proc varchar2(72) := g_package||'upd_effective_end_date';
327: l_object_version_number number;
328: --
329: Begin
330: hr_utility.set_location('Entering:'||l_proc, 5);
331: --
332: -- Because we are updating a row we must get the next object
333: -- version number.
334: --

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

337: (p_base_table_name => 'ben_bnft_prvdr_pool_f',
338: p_base_key_column => 'bnft_prvdr_pool_id',
339: p_base_key_value => p_base_key_value);
340: --
341: hr_utility.set_location(l_proc, 10);
342: g_api_dml := true; -- Set the api dml status
343: --
344: -- Update the specified datetrack row setting the effective
345: -- end date to the specified new effective end date.

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

352: between t.effective_start_date and t.effective_end_date;
353: --
354: g_api_dml := false; -- Unset the api dml status
355: p_object_version_number := l_object_version_number;
356: hr_utility.set_location(' Leaving:'||l_proc, 15);
357: --
358: Exception
359: When Others Then
360: g_api_dml := false; -- Unset the api dml status

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

460: --
461: --
462: --
463: Begin
464: hr_utility.set_location('Entering:'||l_proc, 5);
465: --
466: -- Ensure that all the mandatory arguments are not null
467: --
468: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

501: If (p_object_version_number <> g_old_rec.object_version_number) Then
502: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
503: fnd_message.raise_error;
504: End If;
505: hr_utility.set_location(l_proc, 15);
506: --
507: --
508: -- Validate the datetrack mode mode getting the validation start
509: -- and end dates for the specified datetrack operation.

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

564: --
565: p_validation_start_date := l_validation_start_date;
566: p_validation_end_date := l_validation_end_date;
567: --
568: hr_utility.set_location(' Leaving:'||l_proc, 30);
569: --
570: -- We need to trap the ORA LOCK exception
571: --
572: Exception

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

668: l_proc varchar2(72) := g_package||'convert_args';
669: --
670: Begin
671: --
672: hr_utility.set_location('Entering:'||l_proc, 5);
673: --
674: -- Convert arguments into local l_rec structure.
675: --
676: l_rec.bnft_prvdr_pool_id := p_bnft_prvdr_pool_id;

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

744: l_rec.object_version_number := p_object_version_number;
745: --
746: -- Return the plsql record structure.
747: --
748: hr_utility.set_location(' Leaving:'||l_proc, 10);
749: Return(l_rec);
750: --
751: End convert_args;
752: --