DBA Data[Home] [Help]

APPS.OKL_INTERNAL_BILLING_PVT dependencies on RA_CUST_RECEIPT_METHODS

Line 354: FROM ra_cust_receipt_methods c

350: billto_rec cur_address_billto % ROWTYPE;
351:
352: CURSOR rcpt_mthd_csr(p_cust_rct_mthd NUMBER) IS
353: SELECT c.receipt_method_id
354: FROM ra_cust_receipt_methods c
355: WHERE c.cust_receipt_method_id = p_cust_rct_mthd;
356:
357: -- For bank accounts
358: CURSOR bank_acct_csr(p_id NUMBER) IS