DBA Data[Home] [Help]

APPS.OKL_SUBSIDY_PROCESS_PVT dependencies on RA_CUST_RECEIPT_METHODS

Line 4334: FROM ra_cust_receipt_methods c

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