DBA Data[Home] [Help]

APPS.ARP_CASHBOOK dependencies on AR_RECEIPT_API_PUB

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

1806: AND crh.status = 'REVERSED';
1807:
1808: l_reversal_category AR_CASH_RECEIPTS.REVERSAL_CATEGORY%TYPE;
1809: l_reversal_reason_code AR_CASH_RECEIPTS.REVERSAL_REASON_CODE%TYPE;
1810: l_attribute_rec AR_RECEIPT_API_PUB.ATTRIBUTE_REC_TYPE; /* Added for bug 2688370 */
1811: l_return_status VARCHAR2(1);
1812: l_msg_count NUMBER;
1813: l_msg_data VARCHAR2(2000);
1814: l_cr_id NUMBER;

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

1837: l_reversal_reason_code := p_reversal_reason_code;
1838: END IF;
1839:
1840: /* Bugfix 2688370. Code modified so that the DFF values are passed
1841: to the call of AR_RECEIPT_API_PUB.Reverse */
1842: SELECT attribute_category,
1843: attribute1, attribute2,
1844: attribute3, attribute4,
1845: attribute5, attribute6,

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

1861: WHERE cash_receipt_id = p_cr_id;
1862:
1863: BEGIN
1864:
1865: AR_RECEIPT_API_PUB.Reverse(p_api_version => 1.0,
1866: p_init_msg_list => FND_API.G_TRUE,
1867: x_return_status => l_return_status,
1868: x_msg_count => l_msg_count,
1869: x_msg_data => l_msg_data,