DBA Data[Home] [Help]

APPS.WSH_WSHRDINV_XMLP_PKG dependencies on OE_ORDER_LINES_ALL

Line 712: from oe_order_lines_all

708: function C_ext_cost_fmtFormula(source_code varchar2, line_id number, unit_of_measure varchar2,
709: source_uom varchar2, shipped_quantity number, inventory_item_id1 number) return VARCHAR2 is
710: cursor oe_selling_price is
711: select unit_selling_price
712: from oe_order_lines_all
713: where line_id = line_id;
714:
715: cursor oke_selling_price is
716: select unit_price

Line 756: from oe_order_lines_all

752: function C_item_cost_fmtFormula(source_code varchar2, line_id number, unit_of_measure varchar2,
753: source_uom varchar2, inventory_item_id1 number) return VARCHAR2 is
754: cursor oe_selling_price is
755: select unit_selling_price
756: from oe_order_lines_all
757: where line_id = line_id;
758:
759: cursor oke_selling_price is
760: select unit_price