DBA Data[Home] [Help]

APPS.OTA_TRB_UPD dependencies on HR_UTILITY

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

57: --
58: l_proc varchar2(72) := g_package||'update_dml';
59: --
60: Begin
61: hr_utility.set_location('Entering:'||l_proc, 5);
62: --
63: -- Increment the object version
64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --

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

119: where resource_booking_id = p_rec.resource_booking_id;
120: --
121: ota_trb_shd.g_api_dml := false; -- Unset the api dml status
122: --
123: hr_utility.set_location(' Leaving:'||l_proc, 10);
124: --
125: Exception
126: When hr_api.check_integrity_violated Then
127: -- A check constraint has been violated

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

181: --
182: l_proc varchar2(72) := g_package||'pre_update';
183: --
184: Begin
185: hr_utility.set_location('Entering:'||l_proc, 5);
186: --
187: hr_utility.set_location(' Leaving:'||l_proc, 10);
188: End pre_update;
189: --

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

183: --
184: Begin
185: hr_utility.set_location('Entering:'||l_proc, 5);
186: --
187: hr_utility.set_location(' Leaving:'||l_proc, 10);
188: End pre_update;
189: --
190: -- ----------------------------------------------------------------------------
191: -- |-----------------------------< post_update >------------------------------|

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

226: --
227: l_proc varchar2(72) := g_package||'post_update';
228: --
229: Begin
230: hr_utility.set_location('Entering:'||l_proc, 5);
231: begin
232: --
233: ota_trb_rku.after_update
234: (p_effective_date => p_effective_date

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

429: ,p_hook_type => 'AU');
430: --
431: end;
432: --
433: hr_utility.set_location(' Leaving:'||l_proc, 10);
434: End post_update;
435: --
436: -- ----------------------------------------------------------------------------
437: -- |-----------------------------< convert_defs >-----------------------------|

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

484: --
485: Begin
486: --
487: --
488: hr_utility.set_location('Entering:'||l_proc, 5);
489: --
490: -- We must now examine each argument value in the
491: -- p_rec plsql record structure
492: -- to see if a system default is being used. If a system default

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

672: p_rec.timezone_code :=
673: ota_trb_shd.g_old_rec.timezone_code;
674: End If;
675: --
676: hr_utility.set_location(' Leaving:'||l_proc, 10);
677: --
678: End convert_defs;
679: --
680: -- ----------------------------------------------------------------------------

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

687: --
688: l_proc varchar2(72) := g_package||'upd';
689: --
690: Begin
691: hr_utility.set_location('Entering:'||l_proc, 5);
692: --
693: -- We must lock the row which we need to update.
694: --
695: ota_trb_shd.lck

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

788: l_rec ota_trb_shd.g_rec_type;
789: l_proc varchar2(72) := g_package||'upd';
790: --
791: Begin
792: hr_utility.set_location('Entering:'||l_proc, 5);
793: --
794: -- Call conversion function to turn arguments into the
795: -- l_rec structure.
796: --

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

854: ,l_rec
855: );
856: p_object_version_number := l_rec.object_version_number;
857: --
858: hr_utility.set_location(' Leaving:'||l_proc, 10);
859: End upd;
860: --
861: end ota_trb_upd;