DBA Data[Home] [Help]

APPS.AP_WEB_CC_UPGRADE_PKG dependencies on FND_INSTALLATION

Line 83: l_appinst_ret := fnd_installation.get_app_info('SQLAP',l_status, l_industry, l_oracle_schema);

79:
80:
81: BEGIN
82: -- Bug: 12350861, Schema Name not to be hardcoded.
83: l_appinst_ret := fnd_installation.get_app_info('SQLAP',l_status, l_industry, l_oracle_schema);
84: l_table_owner := l_oracle_schema;
85: l_rows_processed := 0;
86:
87: p_card_instrument.Instrument_Type := 'CREDITCARD';

Line 229: l_appinst_ret := fnd_installation.get_app_info('SQLAP',l_status, l_industry, l_oracle_schema);

225: l_appinst_ret boolean;
226:
227: begin
228: -- Bug: 12869284
229: l_appinst_ret := fnd_installation.get_app_info('SQLAP',l_status, l_industry, l_oracle_schema);
230: l_table_owner := l_oracle_schema;
231: l_rows_processed := 0;
232:
233: l_user_id := nvl(fnd_global.user_id, -1);