DBA Data[Home] [Help]

APPS.ARP_BR_REMIT_BATCHES dependencies on STANDARD

Line 460: give the standard information. */

456:
457: /* If the function returns 'partially used but not assigned' return the exception
458: AR_RAPI_DOC_SEQ_NOT_EXIST_P
459: All other exceptions raised by the get_seq_info procedure will be raised to
460: give the standard information. */
461:
462: IF (l_doc_seq_ret_stat = -2) THEN
463: FND_MESSAGE.set_name('AR','AR_RAPI_DOC_SEQ_NOT_EXIST_P');
464: APP_EXCEPTION.raise_exception;

Line 652: -- the with recourse flag must be 'N' with the remittance method Standard

648: IF PG_DEBUG in ('Y', 'C') THEN
649: arp_util.debug('ARP_BR_REMIT_BATCHES.validate_remit_method_code (+)');
650: END IF;
651:
652: -- the with recourse flag must be 'N' with the remittance method Standard
653: IF (p_remit_method_code = 'STANDARD' AND p_with_recourse_flag = 'Y') THEN
654: FND_MESSAGE.set_name('AR','AR_BR_INVALID_REMIT_METHOD');
655: APP_EXCEPTION.raise_exception;
656: END IF;

Line 653: IF (p_remit_method_code = 'STANDARD' AND p_with_recourse_flag = 'Y') THEN

649: arp_util.debug('ARP_BR_REMIT_BATCHES.validate_remit_method_code (+)');
650: END IF;
651:
652: -- the with recourse flag must be 'N' with the remittance method Standard
653: IF (p_remit_method_code = 'STANDARD' AND p_with_recourse_flag = 'Y') THEN
654: FND_MESSAGE.set_name('AR','AR_BR_INVALID_REMIT_METHOD');
655: APP_EXCEPTION.raise_exception;
656: END IF;
657:

Line 770: arp_standard.debug('EXCEPTION: ARP_BR_REMIT_BATCHES.delete_remit');

766:
767: EXCEPTION
768: WHEN OTHERS THEN
769: IF PG_DEBUG in ('Y', 'C') THEN
770: arp_standard.debug('EXCEPTION: ARP_BR_REMIT_BATCHES.delete_remit');
771: END IF;
772: RAISE;
773: END delete_remit;
774:

Line 834: -- Standard call to check for call compatability

830: END IF;
831:
832: SAVEPOINT update_remit_PVT;
833:
834: -- Standard call to check for call compatability
835: IF NOT FND_API.Compatible_API_Call (l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
836: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
837: END IF;
838:

Line 1174: -- Standard call to check for call compatability

1170: END IF;
1171:
1172: SAVEPOINT lock_remit_PVT;
1173:
1174: -- Standard call to check for call compatability
1175: IF NOT FND_API.Compatible_API_Call (l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1176: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1177: END IF;
1178:

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

1332: l_crh_id ar_cash_receipt_history.cash_Receipt_history_id%TYPE;
1333:
1334: BEGIN
1335: IF PG_DEBUG in ('Y', 'C') THEN
1336: arp_standard.debug('arp_br_remit_batches.update_br_remit_batch_to_crh()+');
1337: END IF;
1338:
1339: /*--------------------------------------------+
1340: | If either of the parameters is null, skip |

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

1354: | Current cash receipt history record cannot be |
1355: | found, raise an error. |
1356: +------------------------------------------------*/
1357: IF PG_DEBUG in ('Y', 'C') THEN
1358: arp_standard.debug('update_br_remit_batch_to_crh: ' || 'current receipt history record cannot be found cr_id = '||to_char(p_cr_id));
1359: END IF;
1360: CLOSE receipt_cur;
1361: APP_EXCEPTION.raise_exception;
1362:

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

1379: receipt_rec.cash_receipt_history_id);
1380: END IF;
1381:
1382: IF PG_DEBUG in ('Y', 'C') THEN
1383: arp_standard.debug('arp_br_remit_batches.update_br_remit_batch_to_crh()-');
1384: END IF;
1385:
1386: EXCEPTION
1387: WHEN OTHERS THEN