DBA Data[Home] [Help]

APPS.OTA_CRT_BUS dependencies on OTA_CATEGORY_USAGES

Line 1132: ota_category_usages ctu,

1128: select
1129: ctu.start_date_active,
1130: ctu.end_date_active
1131: from
1132: ota_category_usages ctu,
1133: ota_cert_cat_inclusions cci
1134: where
1135: ctu.category_usage_id = cci.category_usage_id
1136: and cci.primary_flag= 'Y'