DBA Data[Home] [Help]

APPS.ARP_BR_REMIT_BATCHES dependencies on ARP_STANDARD

Line 1294: arp_standard.debug('arp_br_remit_batches.update_br_remit_batch_to_crh()+');

1290: l_crh_id ar_cash_receipt_history.cash_Receipt_history_id%TYPE;
1291:
1292: BEGIN
1293: IF PG_DEBUG in ('Y', 'C') THEN
1294: arp_standard.debug('arp_br_remit_batches.update_br_remit_batch_to_crh()+');
1295: END IF;
1296:
1297: /*--------------------------------------------+
1298: | If either of the parameters is null, skip |

Line 1316: arp_standard.debug('update_br_remit_batch_to_crh: ' || 'current receipt history record cannot be found cr_id = '||to_char(p_cr_id));

1312: | Current cash receipt history record cannot be |
1313: | found, raise an error. |
1314: +------------------------------------------------*/
1315: IF PG_DEBUG in ('Y', 'C') THEN
1316: arp_standard.debug('update_br_remit_batch_to_crh: ' || 'current receipt history record cannot be found cr_id = '||to_char(p_cr_id));
1317: END IF;
1318: CLOSE receipt_cur;
1319: APP_EXCEPTION.raise_exception;
1320:

Line 1341: arp_standard.debug('arp_br_remit_batches.update_br_remit_batch_to_crh()-');

1337: receipt_rec.cash_receipt_history_id);
1338: END IF;
1339:
1340: IF PG_DEBUG in ('Y', 'C') THEN
1341: arp_standard.debug('arp_br_remit_batches.update_br_remit_batch_to_crh()-');
1342: END IF;
1343:
1344: EXCEPTION
1345: WHEN OTHERS THEN