DBA Data[Home] [Help]

APPS.OTA_FRM_BUS dependencies on OTA_CATEGORY_USAGES

Line 278: ota_category_usages ctu,

274: select
275: ctu.start_date_active,
276: ctu.end_date_active
277: from
278: ota_category_usages ctu,
279: ota_frm_obj_inclusions foi
280: where
281: ctu.category_usage_id = foi.object_id
282: and foi.primary_flag= 'Y'

Line 359: ota_category_usages ctu,

355: CURSOR csr_cat_start_end_date is
356: select
357: ctu.end_date_active
358: from
359: ota_category_usages ctu,
360: ota_frm_obj_inclusions foi
361: where
362: ctu.category_usage_id = foi.object_id
363: and foi.primary_flag= 'Y'