DBA Data[Home] [Help]

APPS.AP_WEB_CC_UPGRADE_PKG dependencies on FND_GLOBAL

Line 90: l_user_id := nvl(fnd_global.user_id, -1);

86:
87: p_card_instrument.Instrument_Type := 'CREDITCARD';
88: p_card_instrument.Info_Only_Flag := 'Y';
89: p_card_instrument.Register_Invalid_Card := 'Y';
90: l_user_id := nvl(fnd_global.user_id, -1);
91:
92: fnd_file.put_line(fnd_file.log,'Begin Upgrade_Cards');
93:
94: ad_parallel_updates_pkg.initialize_rowid_range(

Line 233: l_user_id := nvl(fnd_global.user_id, -1);

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);
234: fnd_file.put_line(fnd_file.log,'Begin Upgrade_Trxns');
235:
236: ad_parallel_updates_pkg.initialize_rowid_range(
237: ad_parallel_updates_pkg.ROWID_RANGE,