DBA Data[Home] [Help]

APPS.OKL_INTERNAL_BILLING_PVT dependencies on RA_CUST_RECEIPT_METHODS

Line 330: FROM ra_cust_receipt_methods c

326: billto_rec cur_address_billto % ROWTYPE;
327:
328: CURSOR rcpt_mthd_csr(p_cust_rct_mthd NUMBER) IS
329: SELECT c.receipt_method_id
330: FROM ra_cust_receipt_methods c
331: WHERE c.cust_receipt_method_id = p_cust_rct_mthd;
332:
333: -- For bank accounts
334: CURSOR bank_acct_csr(p_id NUMBER) IS