DBA Data[Home] [Help]

APPS.BIX_REAL_TIME_RPTS_PKG dependencies on BIX_DM_GOALS

Line 341: bix_dm_goals goals

337: into callsSrvLevel
338: FROM jtf_ih_media_items ih_mitem,
339: JTF_IH_MEDIA_ITEM_LC_SEGS msegs,
340: JTF_IH_MEDIA_ITM_LC_SEG_TYS mtyps,
341: bix_dm_goals goals
342: where (ih_mitem.server_group_id = v_site_id or (v_site_id is null or v_site_id = -999))
343: and goals.call_type_id = v_classification_id
344: and (ih_mitem.classification = v_classification or (v_classification is null))
345: and ih_mitem.start_date_time BETWEEN l_date_low and l_date_high