DBA Data[Home] [Help]

APPS.FND_INSTALLATION dependencies on FND_APPLICATION

Line 54: from fnd_application

50: industry := 'N';
51:
52: select application_short_name
53: into l_appl_short_name
54: from fnd_application
55: where application_id = dep_appl_id;
56:
57: l_return := private_get(l_appl_short_name, null, l_status, l_industry,
58: l_product_version, l_oracle_schema, l_tablespace,

Line 253: FND_APPLICATION FA

249: fpi.temporary_tablespace,
250: fpi.sizing_factor
251: from FND_PRODUCT_INSTALLATIONS FPI,
252: FND_ORACLE_USERID FOU,
253: FND_APPLICATION FA
254: where fpi.application_id = fa.application_id
255: and fpi.oracle_id = fou.oracle_id
256: and fa.application_short_name = private_get.appl_short_name;
257:

Line 372: FND_APPLICATION FA

368: fpi.temporary_tablespace,
369: fpi.sizing_factor
370: from FND_PRODUCT_INSTALLATIONS FPI,
371: FND_ORACLE_USERID FOU,
372: FND_APPLICATION FA
373: where fpi.application_id = fa.application_id
374: and fpi.oracle_id = fou.oracle_id
375: and fa.application_short_name = private_get.appl_short_name
376: and fpi.install_group_num = c_install_group_num;