DBA Data[Home] [Help]

APPS.BEN_DERIVABLE_RATE dependencies on FND_INSTALLATION

Line 40: call to fnd_installation.get_app_info

36: binary variables.
37: 04-Feb-2004 vvprabhu 115.7 Bug 3431740 Parameter p_oracle_schema added
38: to cursor c1 in rate_prfl_handler,
39: the value is got by the
40: call to fnd_installation.get_app_info
41: 15-Feb-2004 vvprabhu 115.8 Initialized l_application_short_name to BEN
42: 04-Jun-2004 abparekh 115.9 Bug : 3667163 - Corrected number of arguments
43: in call to execute immediate in RATE_PRFL_HANDLER
44:

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

95: p_argument_value => p_col_id);
96: --
97: -- Bug 3431740 Parameter p_oracle_schema added to cursor c1, the value is got by the
98: -- following call
99: l_return := fnd_installation.get_app_info(application_short_name => l_application_short_name,
100: status => l_status,
101: industry => l_industry,
102: oracle_schema => l_oracle_schema);
103: open c1(p_table_name, p_col_name, l_oracle_schema );