DBA Data[Home] [Help]

APPS.BEN_DERIVABLE_FACTOR dependencies on FND_INSTALLATION

Line 31: call to fnd_installation.get_app_info

27: bind variables
28: 04-Oct-2004 vvprabhu 115.8 Bug 3431740 Parameter p_oracle_schema added
29: to cursor c1 in elig_prfl_handler,
30: the value is got by the
31: call to fnd_installation.get_app_info
32: 15-Nov-2012 amnaraya 120.0.12020000.2 Bug 15876152: Changed all_tab_columns
33: reference to dba_tab_columns using synonyms
34:
35:

Line 93: l_return := fnd_installation.get_app_info(application_short_name => l_application_short_name,

89: p_argument_value => p_col_id);
90:
91: -- Bug 3431740 Parameter p_oracle_schema added to cursor c1, the value is got by the
92: -- following call
93: l_return := fnd_installation.get_app_info(application_short_name => l_application_short_name,
94: status => l_status,
95: industry => l_industry,
96: oracle_schema => l_oracle_schema);
97: --