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:
33:
34: */
35: --------------------------------------------------------------------------------

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

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