DBA Data[Home] [Help]

APPS.ARP_RATE_ADJ dependencies on AR_RECEIPT_METHODS

Line 148: FROM ar_receipt_methods

144: 2nd to get the receivable application id associated with the Negative Credit Card Miscellaneous receipt */
145:
146: CURSOR ar_rm_c(p_receipt_method_id number) is
147: SELECT payment_channel_code
148: FROM ar_receipt_methods
149: WHERE receipt_method_id = p_receipt_method_id;
150:
151: CURSOR ar_rc_rec(p_cr_id number) is
152: SELECT *

Line 165: l_rm_code ar_receipt_methods.payment_type_code%TYPE;

161: FROM ar_receivables_trx
162: WHERE receivables_trx_id = p_receivables_trx_id;
163:
164: l_rc_app ar_rc_rec%ROWTYPE;
165: l_rm_code ar_receipt_methods.payment_type_code%TYPE;
166: l_credit_card boolean := FALSE;
167: l_rt_type ar_receivables_trx.type%TYPE;
168: l_cm_refund BOOLEAN := FALSE;
169: ln_rec_application_id ar_receivable_applications.receivable_application_id%TYPE;