DBA Data[Home] [Help]

APPS.BEN_PROFILE_HANDLER dependencies on FND_INSTALLATION

Line 27: call to fnd_installation.get_app_info

23: 04-Feb-2004 vvprabhu 115.4 Bug 3431740 Parameter p_oracle_schema added
24: to cursor cc_chk_table_exists in
25: event_handler,
26: the value is got by the
27: call to fnd_installation.get_app_info
28: 15-Feb-2004 vvprabhu 115.8 Initialized l_application_short_name to BEN
29: 15-Nov-2012 amnaraya 120.0.12020000.1 Bug 15876152: Changed all_tab_columns
30: reference to dba_tab_columns using synonyms
31:

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

129: -- Check for reference table existence.
130: --
131: -- Bug 3431740 Parameter l_oracle_schema added to cursor c_chk_table_exists, the value is got
132: -- by the following call
133: l_return := fnd_installation.get_app_info(application_short_name => l_application_short_name,
134: status => l_status,
135: industry => l_industry,
136: oracle_schema => l_oracle_schema);
137: --