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:
30: */
31: --------------------------------------------------------------------------------

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

123: -- Check for reference table existence.
124: --
125: -- Bug 3431740 Parameter l_oracle_schema added to cursor c_chk_table_exists, the value is got
126: -- by the following call
127: l_return := fnd_installation.get_app_info(application_short_name => l_application_short_name,
128: status => l_status,
129: industry => l_industry,
130: oracle_schema => l_oracle_schema);
131: --