DBA Data[Home] [Help]

APPS.OTA_TDB_UPD dependencies on HR_UTILITY

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

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

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

146: where booking_id = p_rec.booking_id;
147: --
148: ota_tdb_shd.g_api_dml := false; -- Unset the api dml status
149: --
150: hr_utility.set_location(' Leaving:'||l_proc, 10);
151: --
152: Exception
153: When hr_api.check_integrity_violated Then
154: -- A check constraint has been violated

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

206: --
207: l_proc varchar2(72) := g_package||'pre_update';
208: --
209: Begin
210: hr_utility.set_location('Entering:'||l_proc, 5);
211: --
212: /*ota_tdb_bus.chk_status_changed
213: (p_line_id => p_rec.line_id
214: ,p_status_type_id => p_rec.booking_status_type_id

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

215: ,p_daemon_type => p_rec.daemon_type
216: ,p_event_id => p_rec.event_id
217: ,p_booking_id => p_rec.booking_id
218: ,p_org_id => p_rec.org_id); */
219: hr_utility.set_location(' Leaving:'||l_proc, 10);
220: End pre_update;
221: --
222: --
223: -- ----------------------------------------------------------------------------

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

258: l_proc varchar2(72) := g_package||'post_update';
259:
260: --
261: Begin
262: hr_utility.set_location('Entering:'||l_proc, 5);
263: --
264: ota_tdb_bus.chk_status_changed
265: (p_line_id => p_rec.line_id
266: ,p_status_type_id => p_rec.booking_status_type_id

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

269: ,p_booking_id => p_rec.booking_id
270: ,p_org_id => p_rec.org_id);
271:
272: --
273: hr_utility.set_location(' Leaving:'||l_proc, 10);
274: End post_update;
275: --
276: -- ----------------------------------------------------------------------------
277: -- |-----------------------------< convert_defs >-----------------------------|

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

322: l_proc varchar2(72) := g_package||'convert_defs';
323: --
324: Begin
325: --
326: hr_utility.set_location('Entering:'||l_proc, 5);
327: --
328: -- We must now examine each argument value in the
329: -- p_rec plsql record structure
330: -- to see if a system default is being used. If a system default

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

630: End If;
631: --
632: -- Return the plsql record structure.
633: --
634: hr_utility.set_location(' Leaving:'||l_proc, 10);
635: Return(p_rec);
636: --
637: End convert_defs;
638: --

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

659: --
660: l_proc varchar2(72) := g_package||'upd';
661: --
662: Begin
663: hr_utility.set_location('Entering:'||l_proc, 5);
664: --
665: -- Determine if the business process is to be validated.
666: --
667: If p_validate then

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

704: If p_validate then
705: Raise HR_Api.Validate_Enabled;
706: End If;
707: --
708: hr_utility.set_location(' Leaving:'||l_proc, 10);
709: Exception
710: When HR_Api.Validate_Enabled Then
711: --
712: -- As the Validate_Enabled exception has been raised

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

813: l_rec ota_tdb_shd.g_rec_type;
814: l_proc varchar2(72) := g_package||'upd';
815: --
816: Begin
817: hr_utility.set_location('Entering:'||l_proc, 5);
818: --
819: -- Call conversion function to turn arguments into the
820: -- l_rec structure.
821: --

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

921:
922: --
923: p_object_version_number := l_rec.object_version_number;
924: --
925: hr_utility.set_location(' Leaving:'||l_proc, 10);
926: End upd;
927: --
928: end ota_tdb_upd;