DBA Data[Home] [Help]

APPS.OKL_BILL_UPFRONT_TAX_PVT dependencies on RA_CUST_RECEIPT_METHODS

Line 139: FROM ra_cust_receipt_methods c

135: billto_rec cur_address_billto % ROWTYPE;
136:
137: CURSOR rcpt_mthd_csr(p_cust_rct_mthd NUMBER) IS
138: SELECT c.receipt_method_id
139: FROM ra_cust_receipt_methods c
140: WHERE c.cust_receipt_method_id = p_cust_rct_mthd;
141:
142: -- For bank accounts
143: CURSOR bank_acct_csr(p_id NUMBER) IS