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: 15-Nov-2012 usaraswa 120.0.12020000.2 Bug 15876152 CHANGED ALL_TAB_COLUMNS REFERENCE

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

107: p_argument_value => p_col_id);
108: --
109: -- Bug 3431740 Parameter p_oracle_schema added to cursor c1, the value is got by the
110: -- following call
111: l_return := fnd_installation.get_app_info(application_short_name => l_application_short_name,
112: status => l_status,
113: industry => l_industry,
114: oracle_schema => l_oracle_schema);
115: open c1(p_table_name, p_col_name, l_oracle_schema );