DBA Data[Home] [Help]

APPS.OTA_ADMIN_ACCESS_UTIL dependencies on OTA_CATEGORY_USAGES

Line 375: From ota_category_usages

371: return boolean is
372:
373: Cursor get_root_id IS
374: Select parent_cat_usage_id
375: From ota_category_usages
376: Where category_usage_id=p_category_id;
377:
378: l_root_id number := null;
379: begin