DBA Data[Home] [Help]

APPS.ARP_PROCESS_RCTS dependencies on ARP_PROCESS_RCTS

Line 1: PACKAGE BODY ARP_PROCESS_RCTS AS

1: PACKAGE BODY ARP_PROCESS_RCTS AS
2: /* $Header: ARRERGWB.pls 120.35.12020000.2 2013/01/20 11:05:49 kgnanase ship $ */
3:
4: /* =======================================================================
5: | Global Data Types

Line 361: ARP_PROCESS_RCTS.set_posted_flag(p_cash_receipt_id,

357: IF PG_DEBUG in ('Y', 'C') THEN
358: arp_standard.debug('arp_process_receipts.delete_cash_receipt()+');
359: END IF;
360:
361: ARP_PROCESS_RCTS.set_posted_flag(p_cash_receipt_id,
362: p_posted_flag);
363: IF ( p_posted_flag = TRUE) THEN
364: -- raise and error and exit
365: IF PG_DEBUG in ('Y', 'C') THEN

Line 1206: arp_standard.debug('ARP_PROCESS_RCTS.Delete_Transaction_Extension()+ ');

1202: l_payer_rec IBY_FNDCPT_COMMON_PUB.payercontext_rec_type;
1203: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.trxnextension_rec_type;
1204: l_response IBY_FNDCPT_COMMON_PUB.result_rec_type;
1205: Begin
1206: arp_standard.debug('ARP_PROCESS_RCTS.Delete_Transaction_Extension()+ ');
1207: x_msg_count := NULL;
1208: x_msg_data := NULL;
1209: x_return_status := FND_API.G_RET_STS_SUCCESS;
1210: l_payer_rec.party_id := arp_trx_defaults_3.get_party_Id(p_cust_Account_id);

Line 1243: arp_standard.debug('Errors Reported by IBY API in ARP_PROCESS_RCTS.Delete Transaction Extension ');

1239: THEN
1240: fnd_message.set_name('AR','AR_AUTH_RCT_NO_DELETE');
1241: app_exception.raise_exception;
1242: Else
1243: arp_standard.debug('Errors Reported by IBY API in ARP_PROCESS_RCTS.Delete Transaction Extension ');
1244: raise fnd_api.g_exc_unexpected_error;
1245: END IF;
1246: EXCEPTION
1247: WHEN OTHERS THEN

Line 1248: arp_standard.debug('exception in ARP_PROCESS_RCTS.Delete_Transaction_Extension');

1244: raise fnd_api.g_exc_unexpected_error;
1245: END IF;
1246: EXCEPTION
1247: WHEN OTHERS THEN
1248: arp_standard.debug('exception in ARP_PROCESS_RCTS.Delete_Transaction_Extension');
1249: RAISE;
1250: END Delete_Transaction_Extension;
1251:
1252:

Line 1256: END ARP_PROCESS_RCTS;

1252:
1253:
1254:
1255:
1256: END ARP_PROCESS_RCTS;