DBA Data[Home] [Help]

APPS.OTA_UTILITY dependencies on OTA_CATEGORY_USAGES_TL

Line 1370: from ota_category_usages_tl ocu , ota_offerings oaf

1366:
1367:
1368: Cursor get_DM is
1369: select ocu.category
1370: from ota_category_usages_tl ocu , ota_offerings oaf
1371: where oaf.delivery_mode_id = ocu.category_usage_id
1372: and oaf.offering_id = p_offering_id
1373: and ocu.Language = USERENV('LANG');
1374: