DBA Data[Home] [Help]

APPS.OKL_INTERNAL_BILLING_PVT dependencies on AR_RECEIPT_METHODS

Line 374: FROM ar_receipt_methods m,

370: l_term_id okl_trx_ar_invoices_b.irt_id%type; -- cklee 3/20/07
371:
372: CURSOR rcpt_method_csr(p_rct_method_id NUMBER) IS
373: SELECT c.creation_method_code
374: FROM ar_receipt_methods m,
375: ar_receipt_classes c
376: WHERE m.receipt_class_id = c.receipt_class_id
377: AND m.receipt_method_id = p_rct_method_id;
378: