DBA Data[Home] [Help]

APPS.OTA_INITIALIZATION_WF dependencies on OTA_CATEGORY_USAGES_TL

Line 597: from ota_offerings ofe, ota_category_usages_tl ocu

593: and evt.language=USERENV('LANG');
594:
595: cursor get_lang_det is
596: select ofe.language_id, ocu.category
597: from ota_offerings ofe, ota_category_usages_tl ocu
598: where ofe.delivery_mode_id = ocu.category_usage_id
599: and ocu.language=USERENV('LANG')
600: and ofe.offering_id = l_off_id;
601: