DBA Data[Home] [Help]

APPS.AMW_CONTROLS_PAGE_PKG dependencies on FND_APPLICATION_VL

Line 314: (select application_name from fnd_application_vl where application_id=fcpv.application_id) applicationName,

310:
311: /*** select to_char(fcpv.concurrent_program_id) control_source_id,
312: fcpv.user_concurrent_program_name control_source_name,
313: fcpv.application_id application_id,
314: (select application_name from fnd_application_vl where application_id=fcpv.application_id) applicationName,
315: 'REPORT' lov_type,
316: 'A' control_type,
317: '7' automation_type
318: from amw_controls_all_vl acav, fnd_concurrent_programs_vl fcpv

Line 326: fnd_application_vl a

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
330: AND i.INDICATOR_ID = itl.INDICATOR_ID