DBA Data[Home] [Help]

APPS.OTA_TDB_INS dependencies on OTA_EVENTS

Line 403: from ota_events

399:
400: CURSOR c_event /* Added for Bug 3385192 */
401: IS
402: select line_id
403: from ota_events
404: where event_id = p_rec.event_id;
405:
406: Begin
407: hr_utility.set_location('Entering:'||l_proc, 5);