DBA Data[Home] [Help]

APPS.ARP_CASHBOOK dependencies on AR_RECEIPT_API_PUB

Line 2243: l_attribute_rec AR_RECEIPT_API_PUB.ATTRIBUTE_REC_TYPE; /* Added for bug 2688370 */

2239: AND crh.status = 'REVERSED';
2240:
2241: l_reversal_category AR_CASH_RECEIPTS.REVERSAL_CATEGORY%TYPE;
2242: l_reversal_reason_code AR_CASH_RECEIPTS.REVERSAL_REASON_CODE%TYPE;
2243: l_attribute_rec AR_RECEIPT_API_PUB.ATTRIBUTE_REC_TYPE; /* Added for bug 2688370 */
2244: l_return_status VARCHAR2(1);
2245: l_msg_count NUMBER;
2246: l_msg_data VARCHAR2(2000);
2247: l_cr_id NUMBER;

Line 2274: to the call of AR_RECEIPT_API_PUB.Reverse */

2270: l_reversal_reason_code := p_reversal_reason_code;
2271: END IF;
2272:
2273: /* Bugfix 2688370. Code modified so that the DFF values are passed
2274: to the call of AR_RECEIPT_API_PUB.Reverse */
2275: SELECT attribute_category,
2276: attribute1, attribute2,
2277: attribute3, attribute4,
2278: attribute5, attribute6,

Line 2298: AR_RECEIPT_API_PUB.Reverse(p_api_version => 1.0,

2294: WHERE cash_receipt_id = p_cr_id;
2295:
2296: BEGIN
2297:
2298: AR_RECEIPT_API_PUB.Reverse(p_api_version => 1.0,
2299: p_init_msg_list => FND_API.G_TRUE,
2300: x_return_status => l_return_status,
2301: x_msg_count => l_msg_count,
2302: x_msg_data => l_msg_data,