DBA Data[Home] [Help]

APPS.FND_OAM_BF_COMP_PKG dependencies on FND_APP_COMPONENTS_VL

Line 52: from fnd_app_components_vl

48: end if;
49:
50:
51: select component_id into v_component_id
52: from fnd_app_components_vl
53: where component_type = X_COMPONENT_TYPE
54: and application_id = v_component_appl_id
55: and component_name = X_COMPONENT_NAME;
56: exception

Line 259: from fnd_app_components_vl

255: from fnd_application
256: where application_short_name = X_COMPONENT_APPL_SHORT_NAME;
257:
258: select component_id into v_component_id
259: from fnd_app_components_vl
260: where component_type = X_COMPONENT_TYPE
261: and application_id = v_component_appl_id
262: and component_name = X_COMPONENT_NAME;
263: exception