DBA Data[Home] [Help]

APPS.OTA_TDB_INS dependencies on OTA_EVENTS

Line 401: from ota_events

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