DBA Data[Home] [Help]

APPS.PSP_ERD_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: psp_erd_ins.g_effort_report_detail_id_i := p_effort_report_detail_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: psp_erd_ins.g_effort_report_detail_id_i := p_effort_report_detail_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 258: hr_utility.set_location(' Leaving:'||l_proc, 10);

254: );
255: --
256: --
257: --
258: hr_utility.set_location(' Leaving:'||l_proc, 10);
259: Exception
260: When hr_api.check_integrity_violated Then
261: -- A check constraint has been violated
262: --

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

329: l_proc varchar2(72) := g_package||'pre_insert';
330: l_exists varchar2(1);
331: --
332: Begin
333: hr_utility.set_location('Entering:'||l_proc, 5);
334: --
335: If (psp_erd_ins.g_effort_report_detail_id_i is not null) Then
336: --
337: -- Verify registered primary key values not already in use

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

365: Fetch C_Sel1 Into p_rec.effort_report_detail_id;
366: Close C_Sel1;
367: End If;
368: --
369: hr_utility.set_location(' Leaving:'||l_proc, 10);
370: End pre_insert;
371: --
372: -- ----------------------------------------------------------------------------
373: -- |-----------------------------< post_insert >------------------------------|

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

407: --
408: l_proc varchar2(72) := g_package||'post_insert';
409: --
410: Begin
411: hr_utility.set_location('Entering:'||l_proc, 5);
412: begin
413: --
414: psp_erd_rki.after_insert
415: (p_effort_report_detail_id

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

585: ,p_hook_type => 'AI');
586: --
587: end;
588: --
589: hr_utility.set_location(' Leaving:'||l_proc, 10);
590: End post_insert;
591: --
592: -- ----------------------------------------------------------------------------
593: -- |---------------------------------< ins >----------------------------------|

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

598: --
599: l_proc varchar2(72) := g_package||'ins';
600: --
601: Begin
602: hr_utility.set_location('Entering:'||l_proc, 5);
603: --
604: -- Call the supporting insert validate operations
605: --
606: psp_erd_bus.insert_validate

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

626: --
627: -- Call to raise any errors on multi-message list
628: hr_multi_message.end_validation_set;
629: --
630: hr_utility.set_location('Leaving:'||l_proc, 20);
631: end ins;
632: --
633: -- ----------------------------------------------------------------------------
634: -- |---------------------------------< ins >----------------------------------|

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

720: l_rec psp_erd_shd.g_rec_type;
721: l_proc varchar2(72) := g_package||'ins';
722: --
723: Begin
724: hr_utility.set_location('Entering:'||l_proc, 5);
725: --
726: -- Call conversion function to turn arguments into the
727: -- p_rec structure.
728: --

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

823: --
824: p_effort_report_detail_id := l_rec.effort_report_detail_id;
825: p_object_version_number := l_rec.object_version_number;
826: --
827: hr_utility.set_location(' Leaving:'||l_proc, 10);
828: End ins;
829: --
830: end psp_erd_ins;