DBA Data[Home] [Help]

APPS.OZF_AR_PAYMENT_PVT dependencies on AR_RECEIPT_API_PUB

Line 469: l_attribute_rec ar_receipt_api_pub.attribute_rec_type;

465:
466: l_amount_applied NUMBER;
467:
468: -- bug#9279072
469: l_attribute_rec ar_receipt_api_pub.attribute_rec_type;
470:
471:
472: --Start:Bug:2781186
473: --Cursor to get customer reason,customer ref, reason code id

Line 755: l_attribute_rec ar_receipt_api_pub.attribute_rec_type;

751: l_payment_schedule_id NUMBER;
752: l_balance_amount NUMBER;
753:
754: -- Added For Rule Based Settlement ER
755: l_attribute_rec ar_receipt_api_pub.attribute_rec_type;
756: l_claim_trx_id NUMBER;
757: l_payment_method VARCHAR2(60);
758:
759: CURSOR csr_payment_schedule(cv_customer_trx_id IN NUMBER) IS