DBA Data[Home] [Help]

APPS.AR_CMGT_REFRESH_CONC dependencies on AR_CMGT_DATA_POINTS_PKG

Line 189: ar_cmgt_data_points_pkg.gather_data_points(

185: END;
186: END IF;
187:
188: IF l_return_status = 'S' THEN
189: ar_cmgt_data_points_pkg.gather_data_points(
190: p_party_id => case_folders_rec.party_id,
191: p_cust_account_id => case_folders_rec.cust_account_id,
192: p_cust_acct_site_id => case_folders_rec.site_use_id,
193: p_trx_currency => case_folders_rec.limit_currency,

Line 210: arp_util.debug('refresh_case_folder: ' || 'Call to ar_cmgt_data_points_pkg.gather_data_points failed');

206:
207: --Non standard messages are returned.0 Success,1-Error,2-Warning
208: IF l_resultout = 1 THEN
209: IF PG_DEBUG in ('Y', 'C') THEN
210: arp_util.debug('refresh_case_folder: ' || 'Call to ar_cmgt_data_points_pkg.gather_data_points failed');
211: END IF;
212: FND_MESSAGE.SET_NAME ('AR','GENERIC_MESSAGE');
213: FND_MESSAGE.SET_TOKEN('GENERIC_TEXT','ar_cmgt_refresh_conc.refresh_case_folder : '||SQLERRM);
214: FND_MSG_PUB.Add;