DBA Data[Home] [Help]

APPS.FA_STANDARD_DDL_PKG dependencies on FND_INSTALLATION

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

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

Line 25: if not (fnd_installation.get_app_info (

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