DBA Data[Home] [Help]

APPS.OTA_FRM_BUS dependencies on OTA_FRM_OBJ_INCLUSIONS

Line 279: ota_frm_obj_inclusions foi

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'
283: and foi.forum_id = p_forum_id;

Line 360: ota_frm_obj_inclusions foi

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'
364: and foi.forum_id = p_forum_id