DBA Data[Home] [Help]

APPS.AR_BILLS_CREATION_PUB dependencies on ARP_STANDARD

Line 2012: arp_standard.debug('AR_BILLS_CREATION_PUB.Create_BR_Trxn_Extension()+ ');

2008: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.trxnextension_rec_type;
2009: l_response IBY_FNDCPT_COMMON_PUB.result_rec_type;
2010: l_payment_channel ar_receipt_methods.payment_channel_code%type;
2011: Begin
2012: arp_standard.debug('AR_BILLS_CREATION_PUB.Create_BR_Trxn_Extension()+ ');
2013: x_msg_count := NULL;
2014: x_msg_data := NULL;
2015: x_return_status := FND_API.G_RET_STS_SUCCESS;
2016: l_payer_rec.party_id := arp_trx_defaults_3.get_party_Id(P_DRAWEE_ID);

Line 2031: arp_standard.debug('Call TO IBY API ()+ ');

2027:
2028: /*-------------------------+
2029: | Call the IBY API |
2030: +-------------------------*/
2031: arp_standard.debug('Call TO IBY API ()+ ');
2032:
2033: IBY_FNDCPT_TRXN_PUB.create_transaction_extension(
2034: p_api_version => 1.0,
2035: p_init_msg_list => p_init_msg_list,

Line 2050: arp_standard.debug('Payment_Trxn_Extension_Id : ' || p_payment_trxn_extn_id);

2046: x_response => l_response);
2047:
2048: IF x_return_status = fnd_api.g_ret_sts_success
2049: THEN
2050: arp_standard.debug('Payment_Trxn_Extension_Id : ' || p_payment_trxn_extn_id);
2051: Else
2052: arp_standard.debug('Errors Reported by IBY API: ');
2053: END IF;
2054: EXCEPTION

Line 2052: arp_standard.debug('Errors Reported by IBY API: ');

2048: IF x_return_status = fnd_api.g_ret_sts_success
2049: THEN
2050: arp_standard.debug('Payment_Trxn_Extension_Id : ' || p_payment_trxn_extn_id);
2051: Else
2052: arp_standard.debug('Errors Reported by IBY API: ');
2053: END IF;
2054: EXCEPTION
2055: WHEN OTHERS THEN
2056: arp_standard.debug('exception in AR_BILLS_CREATION_PUB.Create_BR_Trxn_Extension ');

Line 2056: arp_standard.debug('exception in AR_BILLS_CREATION_PUB.Create_BR_Trxn_Extension ');

2052: arp_standard.debug('Errors Reported by IBY API: ');
2053: END IF;
2054: EXCEPTION
2055: WHEN OTHERS THEN
2056: arp_standard.debug('exception in AR_BILLS_CREATION_PUB.Create_BR_Trxn_Extension ');
2057: RAISE;
2058: END Create_BR_Trxn_Extension;
2059:
2060:

Line 2096: arp_standard.debug('AR_BILLS_CREATION_PUB.Update_BR_Trxn_Extension()+ ');

2092: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.trxnextension_rec_type;
2093: l_response IBY_FNDCPT_COMMON_PUB.result_rec_type;
2094: l_payment_channel ar_receipt_methods.payment_channel_code%type;
2095: Begin
2096: arp_standard.debug('AR_BILLS_CREATION_PUB.Update_BR_Trxn_Extension()+ ');
2097: x_msg_count := NULL;
2098: x_msg_data := NULL;
2099: x_return_status := FND_API.G_RET_STS_SUCCESS;
2100: l_payer_rec.party_id := arp_trx_defaults_3.get_party_Id(P_DRAWEE_ID);

Line 2115: arp_standard.debug('Call TO IBY API ()+ ');

2111:
2112: /*-------------------------+
2113: | Call the IBY API |
2114: +-------------------------*/
2115: arp_standard.debug('Call TO IBY API ()+ ');
2116:
2117: IBY_FNDCPT_TRXN_PUB.update_transaction_extension(
2118: p_api_version => 1.0,
2119: p_init_msg_list => p_init_msg_list,

Line 2134: arp_standard.debug('Payment_Trxn_Extension_Id : ' || p_payment_trxn_extn_id);

2130: x_response => l_response);
2131:
2132: IF x_return_status = fnd_api.g_ret_sts_success
2133: THEN
2134: arp_standard.debug('Payment_Trxn_Extension_Id : ' || p_payment_trxn_extn_id);
2135: Else
2136: arp_standard.debug('Errors Reported by IBY API:Update Transaction Extension ');
2137: END IF;
2138: EXCEPTION

Line 2136: arp_standard.debug('Errors Reported by IBY API:Update Transaction Extension ');

2132: IF x_return_status = fnd_api.g_ret_sts_success
2133: THEN
2134: arp_standard.debug('Payment_Trxn_Extension_Id : ' || p_payment_trxn_extn_id);
2135: Else
2136: arp_standard.debug('Errors Reported by IBY API:Update Transaction Extension ');
2137: END IF;
2138: EXCEPTION
2139: WHEN OTHERS THEN
2140: arp_standard.debug('exception in AR_BILLS_CREATION_PUB.Update_BR_Trxn_Extension ');

Line 2140: arp_standard.debug('exception in AR_BILLS_CREATION_PUB.Update_BR_Trxn_Extension ');

2136: arp_standard.debug('Errors Reported by IBY API:Update Transaction Extension ');
2137: END IF;
2138: EXCEPTION
2139: WHEN OTHERS THEN
2140: arp_standard.debug('exception in AR_BILLS_CREATION_PUB.Update_BR_Trxn_Extension ');
2141: RAISE;
2142: END Update_BR_Trxn_Extension;
2143:
2144:

Line 2180: arp_standard.debug('AR_BILLS_CREATION_PUB.Delete_BR_Trxn_Extension()+ ');

2176: l_trxn_attribs_rec IBY_FNDCPT_TRXN_PUB.trxnextension_rec_type;
2177: l_response IBY_FNDCPT_COMMON_PUB.result_rec_type;
2178: l_payment_channel ar_receipt_methods.payment_channel_code%type;
2179: Begin
2180: arp_standard.debug('AR_BILLS_CREATION_PUB.Delete_BR_Trxn_Extension()+ ');
2181: x_msg_count := NULL;
2182: x_msg_data := NULL;
2183: x_return_status := FND_API.G_RET_STS_SUCCESS;
2184: l_payer_rec.party_id := arp_trx_defaults_3.get_party_Id(P_DRAWEE_ID);

Line 2198: arp_standard.debug('Call TO IBY API ()+ ');

2194:
2195: /*-------------------------+
2196: | Call the IBY API |
2197: +-------------------------*/
2198: arp_standard.debug('Call TO IBY API ()+ ');
2199:
2200: IBY_FNDCPT_TRXN_PUB.delete_transaction_extension(
2201: p_api_version => 1.0,
2202: p_init_msg_list => p_init_msg_list,

Line 2214: arp_standard.debug('Payment_Trxn_Extension_Id : ' || p_payment_trxn_extn_id);

2210: x_response => l_response);
2211:
2212: IF x_return_status = fnd_api.g_ret_sts_success
2213: THEN
2214: arp_standard.debug('Payment_Trxn_Extension_Id : ' || p_payment_trxn_extn_id);
2215: Else
2216: arp_standard.debug('Errors Reported by IBY API:Delete Transaction Extension ');
2217: END IF;
2218: EXCEPTION

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

2212: IF x_return_status = fnd_api.g_ret_sts_success
2213: THEN
2214: arp_standard.debug('Payment_Trxn_Extension_Id : ' || p_payment_trxn_extn_id);
2215: Else
2216: arp_standard.debug('Errors Reported by IBY API:Delete Transaction Extension ');
2217: END IF;
2218: EXCEPTION
2219: WHEN OTHERS THEN
2220: arp_standard.debug('exception in AR_BILLS_CREATION_PUB.Delete_BR_Trxn_Extension ');

Line 2220: arp_standard.debug('exception in AR_BILLS_CREATION_PUB.Delete_BR_Trxn_Extension ');

2216: arp_standard.debug('Errors Reported by IBY API:Delete Transaction Extension ');
2217: END IF;
2218: EXCEPTION
2219: WHEN OTHERS THEN
2220: arp_standard.debug('exception in AR_BILLS_CREATION_PUB.Delete_BR_Trxn_Extension ');
2221: RAISE;
2222: END Delete_BR_Trxn_Extension;
2223:
2224: