DBA Data[Home] [Help]

APPS.OTA_TRB_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: ota_trb_ins.g_resource_booking_id_i := p_resource_booking_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: ota_trb_ins.g_resource_booking_id_i := p_resource_booking_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: ota_trb_shd.g_api_dml := true; -- Set the api dml status
86: --

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

186: );
187: --
188: ota_trb_shd.g_api_dml := false; -- Unset the api dml status
189: --
190: hr_utility.set_location(' Leaving:'||l_proc, 10);
191: Exception
192: When hr_api.check_integrity_violated Then
193: -- A check constraint has been violated
194: ota_trb_shd.g_api_dml := false; -- Unset the api dml status

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

279: l_exist varchar2(1);
280: l_resource_type ota_suppliable_resources.resource_type%type;
281: --
282: Begin
283: hr_utility.set_location('Entering:'||l_proc, 5);
284: --
285: If (ota_trb_ins.g_resource_booking_id_i is not null) Then
286: --
287: -- Verify registered primary key values not already in use

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

356: Close C_Sel2;
357: End If;
358: --
359: --
360: hr_utility.set_location(' Leaving:'||l_proc, 10);
361: End pre_insert;
362: --
363: -- ----------------------------------------------------------------------------
364: -- |-----------------------------< post_insert >------------------------------|

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

399: --
400: l_proc varchar2(72) := g_package||'post_insert';
401: --
402: Begin
403: hr_utility.set_location('Entering:'||l_proc, 5);
404: begin
405: --
406: ota_trb_rki.after_insert
407: (p_effective_date => p_effective_date

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

510: ,p_hook_type => 'AI');
511: --
512: end;
513: --
514: hr_utility.set_location(' Leaving:'||l_proc, 10);
515: End post_insert;
516: --
517: -- ----------------------------------------------------------------------------
518: -- |---------------------------------< ins >----------------------------------|

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

524: --
525: l_proc varchar2(72) := g_package||'ins';
526: --
527: Begin
528: hr_utility.set_location('Entering:'||l_proc, 5);
529: --
530: -- Call the supporting insert validate operations
531: --
532: ota_trb_bus.insert_validate

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

554: --
555: -- Call to raise any errors on multi-message list
556: hr_multi_message.end_validation_set;
557: --
558: hr_utility.set_location('Leaving:'||l_proc, 20);
559: end ins;
560: --
561: -- ----------------------------------------------------------------------------
562: -- |---------------------------------< ins >----------------------------------|

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

615: l_rec ota_trb_shd.g_rec_type;
616: l_proc varchar2(72) := g_package||'ins';
617: --
618: Begin
619: hr_utility.set_location('Entering:'||l_proc, 5);
620: --
621: -- Call conversion function to turn arguments into the
622: -- p_rec structure.
623: --

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

685: --
686: p_resource_booking_id := l_rec.resource_booking_id;
687: p_object_version_number := l_rec.object_version_number;
688: --
689: hr_utility.set_location(' Leaving:'||l_proc, 10);
690: End ins;
691: --
692: end ota_trb_ins;