DBA Data[Home] [Help]

APPS.FND_OAM_BF_COMP_PKG dependencies on FND_APPLICATION

Line 46: from fnd_application

42: if (x_component_type = 'FUNCTION') then
43: v_component_appl_id := -1;
44: else
45: select application_id into v_component_appl_id
46: from fnd_application
47: where application_short_name = X_COMPONENT_APPL_SHORT_NAME;
48: end if;
49:
50:

Line 255: from fnd_application

251: v_component_id number;
252: begin
253: begin
254: select application_id into v_component_appl_id
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