DBA Data[Home] [Help]

APPS.OKL_SUBSIDY_PROCESS_PVT dependencies on RA_CUST_RECEIPT_METHODS

Line 4336: FROM ra_cust_receipt_methods c

4332: --cursor to fetch receipt method id
4333: -------------------------------------------------------
4334: CURSOR l_rcpt_mthd_csr (cp_cust_rct_mthd IN NUMBER) IS
4335: SELECT c.receipt_method_id
4336: FROM ra_cust_receipt_methods c
4337: WHERE c.cust_receipt_method_id = cp_cust_rct_mthd;
4338:
4339:
4340: ---------------------------------------------------------