DBA Data[Home] [Help]

APPS.WSH_SHIP_CONFIRM_ACTIONS dependencies on OE_ORDER_LINES_ALL

Line 8: shipping_quantity oe_order_lines_all.shipping_quantity%TYPE,

4: --
5: --
6:
7: TYPE t_InterfaceRecord is RECORD (
8: shipping_quantity oe_order_lines_all.shipping_quantity%TYPE,
9: shipping_quantity_UOM oe_order_lines_all.shipping_quantity_uom%TYPE,
10: actual_shipment_date oe_order_lines_all.actual_shipment_date%TYPE,
11: over_ship_reason_code oe_order_lines_all.over_ship_reason_code%TYPE);
12: TYPE process_order_table is table of t_InterfaceRecord INDEX BY BINARY_INTEGER;

Line 9: shipping_quantity_UOM oe_order_lines_all.shipping_quantity_uom%TYPE,

5: --
6:
7: TYPE t_InterfaceRecord is RECORD (
8: shipping_quantity oe_order_lines_all.shipping_quantity%TYPE,
9: shipping_quantity_UOM oe_order_lines_all.shipping_quantity_uom%TYPE,
10: actual_shipment_date oe_order_lines_all.actual_shipment_date%TYPE,
11: over_ship_reason_code oe_order_lines_all.over_ship_reason_code%TYPE);
12: TYPE process_order_table is table of t_InterfaceRecord INDEX BY BINARY_INTEGER;
13:

Line 10: actual_shipment_date oe_order_lines_all.actual_shipment_date%TYPE,

6:
7: TYPE t_InterfaceRecord is RECORD (
8: shipping_quantity oe_order_lines_all.shipping_quantity%TYPE,
9: shipping_quantity_UOM oe_order_lines_all.shipping_quantity_uom%TYPE,
10: actual_shipment_date oe_order_lines_all.actual_shipment_date%TYPE,
11: over_ship_reason_code oe_order_lines_all.over_ship_reason_code%TYPE);
12: TYPE process_order_table is table of t_InterfaceRecord INDEX BY BINARY_INTEGER;
13:
14: --

Line 11: over_ship_reason_code oe_order_lines_all.over_ship_reason_code%TYPE);

7: TYPE t_InterfaceRecord is RECORD (
8: shipping_quantity oe_order_lines_all.shipping_quantity%TYPE,
9: shipping_quantity_UOM oe_order_lines_all.shipping_quantity_uom%TYPE,
10: actual_shipment_date oe_order_lines_all.actual_shipment_date%TYPE,
11: over_ship_reason_code oe_order_lines_all.over_ship_reason_code%TYPE);
12: TYPE process_order_table is table of t_InterfaceRecord INDEX BY BINARY_INTEGER;
13:
14: --
15: --Procedure: Ship_Confirm_A_Trip_Stop