DBA Data[Home] [Help]

APPS.FA_STANDARD_DDL_PKG dependencies on FND_INSTALLATION

Line 23: L_x := fnd_installation.get_app_info('FND', out_status,

19:
20: schema_err exception;
21:
22: begin
23: L_x := fnd_installation.get_app_info('FND', out_status,
24: out_industry, out_oracle_schema);
25:
26: if not (fnd_installation.get_app_info (
27: application_short_name => 'OFA',

Line 26: if not (fnd_installation.get_app_info (

22: begin
23: L_x := fnd_installation.get_app_info('FND', out_status,
24: out_industry, out_oracle_schema);
25:
26: if not (fnd_installation.get_app_info (
27: application_short_name => 'OFA',
28: status => l_status,
29: industry => l_industry,
30: oracle_schema => l_schema)) then