DBA Data[Home] [Help]

APPS.AMW_CONTROLS_PAGE_PKG dependencies on BIS_INDICATORS

Line 325: bis_indicators i ,bis_indicators_tl itl,

321: elsif ((p_control_type = 'A' or p_control_type = 'C') AND (p_automation_type = '9')) then
322: select itl.NAME control_source_name
323: into l_control_source_name
324: from bis_application_measures am,
325: bis_indicators i ,bis_indicators_tl itl,
326: fnd_application_vl a
327: ---where to_char(am.indicator_id) = p_control_source_id
328: where to_char(am.indicator_id) = l_control_source_id
329: and am.indicator_id = i.INDICATOR_ID