DBA Data[Home] [Help]

APPS.AR_RECEIPT_UPDATE_API_PUB dependencies on AR_RECEIPT_CLASSES

Line 27: l_creation_method_code ar_receipt_classes.creation_method_code%TYPE;

23:
24:
25: l_crv_rec ar_cash_receipts_v%ROWTYPE;
26: l_payment_trxn_extension_id ar_cash_receipts.payment_trxn_extension_id%TYPE;
27: l_creation_method_code ar_receipt_classes.creation_method_code%TYPE;
28: l_cash_receipt_id NUMBER := p_cash_receipt_id;
29: l_customer_id NUMBER := p_customer_id;
30: l_customer_bank_account_id NUMBER := p_customer_bank_account_id;
31: l_bank_chk NUMBER := 0;

Line 301: l_creation_method_code ar_receipt_classes.creation_method_code%TYPE;

297: l_api_version CONSTANT NUMBER := 1.0;
298:
299: l_crv_rec ar_cash_receipts_v%ROWTYPE;
300: l_payment_trxn_extension_id ar_cash_receipts.payment_trxn_extension_id%TYPE;
301: l_creation_method_code ar_receipt_classes.creation_method_code%TYPE;
302:
303: l_cash_receipt_id NUMBER := p_cash_receipt_id;
304: l_customer_id NUMBER := p_pay_from_customer;
305: l_customer_bank_account_id NUMBER := p_customer_bank_account_id;