DBA Data[Home] [Help]

APPS.OTA_TAV_BUS dependencies on OTA_CATEGORY_USAGES

Line 1385: ota_category_usages cat

1381: cursor csr_is_root_category is
1382: select cat.parent_cat_usage_id
1383: from
1384: ota_activity_definitions oad,
1385: ota_category_usages cat
1386: where
1387: oad.category_usage_id=cat.category_usage_id
1388: and oad.activity_id=p_activity_id;
1389: