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.26.12000000.2 2007/10/12 07:04:44 mpsingh ship $ */
3:
4: /* =======================================================================
5: | Global Data Types

Line 343: ARP_PROCESS_RCTS.set_posted_flag(p_cash_receipt_id,

339: IF PG_DEBUG in ('Y', 'C') THEN
340: arp_standard.debug('arp_process_receipts.delete_cash_receipt()+');
341: END IF;
342:
343: ARP_PROCESS_RCTS.set_posted_flag(p_cash_receipt_id,
344: p_posted_flag);
345: IF ( p_posted_flag = TRUE) THEN
346: -- raise and error and exit
347: IF PG_DEBUG in ('Y', 'C') THEN

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

1149: l_payer_rec IBY_FNDCPT_COMMON_PUB.payercontext_rec_type;
1150: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.trxnextension_rec_type;
1151: l_response IBY_FNDCPT_COMMON_PUB.result_rec_type;
1152: Begin
1153: arp_standard.debug('ARP_PROCESS_RCTS.Delete_Transaction_Extension()+ ');
1154: x_msg_count := NULL;
1155: x_msg_data := NULL;
1156: x_return_status := FND_API.G_RET_STS_SUCCESS;
1157: l_payer_rec.party_id := arp_trx_defaults_3.get_party_Id(p_cust_Account_id);

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

1186: THEN
1187: fnd_message.set_name('AR','AR_AUTH_RCT_NO_DELETE');
1188: app_exception.raise_exception;
1189: Else
1190: arp_standard.debug('Errors Reported by IBY API in ARP_PROCESS_RCTS.Delete Transaction Extension ');
1191: raise fnd_api.g_exc_unexpected_error;
1192: END IF;
1193: EXCEPTION
1194: WHEN OTHERS THEN

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

1191: raise fnd_api.g_exc_unexpected_error;
1192: END IF;
1193: EXCEPTION
1194: WHEN OTHERS THEN
1195: arp_standard.debug('exception in ARP_PROCESS_RCTS.Delete_Transaction_Extension');
1196: RAISE;
1197: END Delete_Transaction_Extension;
1198:
1199:

Line 1203: END ARP_PROCESS_RCTS;

1199:
1200:
1201:
1202:
1203: END ARP_PROCESS_RCTS;