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 792: -- Standard call to check for call compatability

788: END IF;
789:
790: SAVEPOINT update_remit_PVT;
791:
792: -- Standard call to check for call compatability
793: IF NOT FND_API.Compatible_API_Call (l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
794: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
795: END IF;
796:

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

1128: END IF;
1129:
1130: SAVEPOINT lock_remit_PVT;
1131:
1132: -- Standard call to check for call compatability
1133: IF NOT FND_API.Compatible_API_Call (l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1134: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1135: END IF;
1136:

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