DBA Data[Home] [Help]

APPS.PO_REQS_INQ_SV dependencies on OE_ORDER_IMPORT_INTEROP_PUB

Line 114: /* X_shipped_quantity := OE_ORDER_IMPORT_INTEROP_PUB.Get_Shipped_Qty(x_order_source_id,

110: --Bug# 1392077
111: --Toju George 08/31/2000
112: --Modified the call to procedure to replace req_num and line_num with ids.
113:
114: /* X_shipped_quantity := OE_ORDER_IMPORT_INTEROP_PUB.Get_Shipped_Qty(x_order_source_id,
115: x_requisition_num,
116: x_line_num);
117: */
118: X_shipped_quantity := OE_ORDER_IMPORT_INTEROP_PUB.Get_Shipped_Qty(x_order_source_id,

Line 118: X_shipped_quantity := OE_ORDER_IMPORT_INTEROP_PUB.Get_Shipped_Qty(x_order_source_id,

114: /* X_shipped_quantity := OE_ORDER_IMPORT_INTEROP_PUB.Get_Shipped_Qty(x_order_source_id,
115: x_requisition_num,
116: x_line_num);
117: */
118: X_shipped_quantity := OE_ORDER_IMPORT_INTEROP_PUB.Get_Shipped_Qty(x_order_source_id,
119: x_requisition_header_id,
120: x_requisition_line_id);
121:
122: /* SELECT decode(SOL.shipped_quantity,NULL,0,SOL.shipped_quantity)