DBA Data[Home] [Help]

APPS.OZF_OM_PAYMENT_PVT dependencies on OE_ORDER_LINES_ALL

Line 483: FROM oe_order_lines_all

479: WHERE salesrep_id = cv_salesrep_id;
480:
481: CURSOR csr_rma_unit_price(cv_line_id IN NUMBER) IS
482: SELECT unit_selling_price
483: FROM oe_order_lines_all
484: WHERE line_id = cv_line_id;
485:
486: CURSOR csr_modifier(cv_list_line_id IN NUMBER) IS
487: SELECT list_header_id