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 151: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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