DBA Data[Home] [Help]

APPS.OKL_INTERNAL_BILLING_PVT dependencies on AR_RECEIPT_METHODS

Line 350: FROM ar_receipt_methods m,

346: l_term_id okl_trx_ar_invoices_b.irt_id%type; -- cklee 3/20/07
347:
348: CURSOR rcpt_method_csr(p_rct_method_id NUMBER) IS
349: SELECT c.creation_method_code
350: FROM ar_receipt_methods m,
351: ar_receipt_classes c
352: WHERE m.receipt_class_id = c.receipt_class_id
353: AND m.receipt_method_id = p_rct_method_id;
354: