DBA Data[Home] [Help]

APPS.OKL_BILL_UPFRONT_TAX_PVT dependencies on RA_CUST_RECEIPT_METHODS

Line 148: FROM ra_cust_receipt_methods c

144: billto_rec cur_address_billto % ROWTYPE;
145:
146: CURSOR rcpt_mthd_csr(p_cust_rct_mthd NUMBER) IS
147: SELECT c.receipt_method_id
148: FROM ra_cust_receipt_methods c
149: WHERE c.cust_receipt_method_id = p_cust_rct_mthd;
150:
151: -- For bank accounts
152: CURSOR bank_acct_csr(p_id NUMBER) IS