DBA Data[Home] [Help]

APPS.BEN_PDT_INS dependencies on HR_UTILITY

Line 24: hr_utility.set_location('Entering:'||l_proc, 10);

20: --
21: l_proc varchar2(72) := g_package||'set_base_key_value';
22: --
23: Begin
24: hr_utility.set_location('Entering:'||l_proc, 10);
25: --
26: ben_pdt_ins.g_pymt_check_det_id_i := p_pymt_check_det_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);

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

24: hr_utility.set_location('Entering:'||l_proc, 10);
25: --
26: ben_pdt_ins.g_pymt_check_det_id_i := p_pymt_check_det_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);
29: End set_base_key_value;
30: --
31: --
32: -- ----------------------------------------------------------------------------

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

78: --
79: l_proc varchar2(72) := g_package||'insert_dml';
80: --
81: Begin
82: hr_utility.set_location('Entering:'||l_proc, 5);
83: p_rec.object_version_number := 1; -- Initialise the object version
84: --
85: --
86: --

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

168: );
169: --
170: --
171: --
172: hr_utility.set_location(' Leaving:'||l_proc, 10);
173: Exception
174: When hr_api.check_integrity_violated Then
175: -- A check constraint has been violated
176: --

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

243: l_proc varchar2(72) := g_package||'pre_insert';
244: l_exists varchar2(1);
245: --
246: Begin
247: hr_utility.set_location('Entering:'||l_proc, 5);
248: --
249: If (ben_pdt_ins.g_pymt_check_det_id_i is not null) Then
250: --
251: -- Verify registered primary key values not already in use

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

279: Fetch C_Sel1 Into p_rec.pymt_check_det_id;
280: Close C_Sel1;
281: End If;
282: --
283: hr_utility.set_location(' Leaving:'||l_proc, 10);
284: End pre_insert;
285: --
286: -- ----------------------------------------------------------------------------
287: -- |-----------------------------< post_insert >------------------------------|

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

322: --
323: l_proc varchar2(72) := g_package||'post_insert';
324: --
325: Begin
326: hr_utility.set_location('Entering:'||l_proc, 5);
327: begin
328: --
329: ben_pdt_rki.after_insert
330: (p_effective_date => p_effective_date

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

415: ,p_hook_type => 'AI');
416: --
417: end;
418: --
419: hr_utility.set_location(' Leaving:'||l_proc, 10);
420: End post_insert;
421: --
422: -- ----------------------------------------------------------------------------
423: -- |---------------------------------< ins >----------------------------------|

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

429: --
430: l_proc varchar2(72) := g_package||'ins';
431: --
432: Begin
433: hr_utility.set_location('Entering:'||l_proc, 5);
434: --
435: -- Call the supporting insert validate operations
436: --
437: ben_pdt_bus.insert_validate

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

459: --
460: -- Call to raise any errors on multi-message list
461: hr_multi_message.end_validation_set;
462: --
463: hr_utility.set_location('Leaving:'||l_proc, 20);
464: end ins;
465: --
466: -- ----------------------------------------------------------------------------
467: -- |---------------------------------< ins >----------------------------------|

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

511: l_rec ben_pdt_shd.g_rec_type;
512: l_proc varchar2(72) := g_package||'ins';
513: --
514: Begin
515: hr_utility.set_location('Entering:'||l_proc, 5);
516: --
517: -- Call conversion function to turn arguments into the
518: -- p_rec structure.
519: --

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

572: --
573: p_pymt_check_det_id := l_rec.pymt_check_det_id;
574: p_object_version_number := l_rec.object_version_number;
575: --
576: hr_utility.set_location(' Leaving:'||l_proc, 10);
577: End ins;
578: --
579: end ben_pdt_ins;