DBA Data[Home] [Help]

APPS.OTA_UTILITY dependencies on OTA_CATEGORY_USAGES_TL

Line 1434: from ota_category_usages_tl ocu , ota_offerings oaf

1430:
1431:
1432: Cursor get_DM is
1433: select ocu.category
1434: from ota_category_usages_tl ocu , ota_offerings oaf
1435: where oaf.delivery_mode_id = ocu.category_usage_id
1436: and oaf.offering_id = p_offering_id
1437: and ocu.Language = USERENV('LANG');
1438: