DBA Data[Home] [Help]

APPS.ARP_PROCESS_COMMITMENT dependencies on ARP_AUTO_ACCOUNTING

Line 233: arp_auto_accounting.g_deposit_flag := 'Y';

229: ra_cust_trx_types cust_trx_type
230: where cust_trx_type.type ='DEP' and
231: cust_trx.cust_trx_type_id =cust_trx_type.cust_trx_type_id and
232: cust_trx.CUSTOMER_TRX_ID = P_CUSTOMER_TRX_ID;
233: arp_auto_accounting.g_deposit_flag := 'Y';
234:
235: if l_passed_ccid is null then
236: l_passed_ccid :=-1;
237: end if;

Line 247: arp_auto_accounting.do_autoaccounting(

243:
244: end if;
245:
246:
247: arp_auto_accounting.do_autoaccounting(
248: 'I',
249: 'REV',
250: p_customer_trx_id,
251: p_customer_trx_line_id,

Line 267: WHEN arp_auto_accounting.no_ccid THEN

263: l_ccid,
264: l_concat_segments,
265: l_num_failed_dist_rows);
266: EXCEPTION
267: WHEN arp_auto_accounting.no_ccid THEN
268:
269: p_status := 'ARP_AUTO_ACCOUNTING.NO_CCID';
270: arp_util.debug('EXCEPTION: arp_process_commitment.insert_dist_line()- no_ccid',
271: pg_msg_level_debug);

Line 269: p_status := 'ARP_AUTO_ACCOUNTING.NO_CCID';

265: l_num_failed_dist_rows);
266: EXCEPTION
267: WHEN arp_auto_accounting.no_ccid THEN
268:
269: p_status := 'ARP_AUTO_ACCOUNTING.NO_CCID';
270: arp_util.debug('EXCEPTION: arp_process_commitment.insert_dist_line()- no_ccid',
271: pg_msg_level_debug);
272:
273: WHEN NO_DATA_FOUND THEN

Line 285: IF arp_auto_accounting.g_deposit_flag is NOT NULL THEN

281: pg_msg_level_debug);
282: RAISE;
283: END;
284:
285: IF arp_auto_accounting.g_deposit_flag is NOT NULL THEN
286: arp_auto_accounting.g_deposit_flag := '';
287: END IF;
288:
289: arp_util.debug('arp_process_commitment.insert_dist_line()-',

Line 286: arp_auto_accounting.g_deposit_flag := '';

282: RAISE;
283: END;
284:
285: IF arp_auto_accounting.g_deposit_flag is NOT NULL THEN
286: arp_auto_accounting.g_deposit_flag := '';
287: END IF;
288:
289: arp_util.debug('arp_process_commitment.insert_dist_line()-',
290: pg_msg_level_debug);

Line 298: IF arp_auto_accounting.g_deposit_flag is NOT NULL THEN

294: arp_util.debug(
295: 'EXCEPTION: arp_process_commitment.insert_dist_line- OTHERS',
296: pg_msg_level_debug);
297:
298: IF arp_auto_accounting.g_deposit_flag is NOT NULL THEN
299: arp_auto_accounting.g_deposit_flag := '';
300: END IF;
301:
302: RAISE;

Line 299: arp_auto_accounting.g_deposit_flag := '';

295: 'EXCEPTION: arp_process_commitment.insert_dist_line- OTHERS',
296: pg_msg_level_debug);
297:
298: IF arp_auto_accounting.g_deposit_flag is NOT NULL THEN
299: arp_auto_accounting.g_deposit_flag := '';
300: END IF;
301:
302: RAISE;
303: