DBA Data[Home] [Help]

APPS.WMS_CROSS_DOCK_PVT dependencies on WSH_INTERFACE

Line 1491: l_shipping_attr WSH_INTERFACE.ChangedAttributeTabType;

1487: l_mso_header_id NUMBER; -- The MTL_SALES_ORDERS
1488: --header ID, which should be derived from the OE header ID
1489: -- and used for reservation queries.
1490:
1491: l_shipping_attr WSH_INTERFACE.ChangedAttributeTabType;
1492:
1493: l_update_rsv_rec INV_Reservation_GLOBAL.MTL_RESERVATION_REC_TYPE;
1494: l_demand_info wsh_inv_delivery_details_v%ROWTYPE;
1495: l_prim_qty NUMBER;

Line 2148: WSH_INTERFACE.Update_Shipping_Attributes

2144: x_msg_data => x_msg_data );
2145: IF (l_debug = 1) THEN
2146: mydebug('After Set_Inv_PC_Attributes Ret status:'||l_return_status);
2147: END IF;
2148: WSH_INTERFACE.Update_Shipping_Attributes
2149: (p_source_code => 'INV',
2150: p_changed_attributes => l_shipping_attr,
2151: x_return_status => l_return_status
2152: );

Line 2220: WSH_INTERFACE.Update_Shipping_Attributes

2216: IF (l_debug = 1) THEN
2217: mydebug('After Set_Inv_PC_Attributes Ret status:'||l_return_status);
2218: END IF;
2219:
2220: WSH_INTERFACE.Update_Shipping_Attributes
2221: (p_source_code => 'INV',
2222: p_changed_attributes => l_shipping_attr,
2223: x_return_status => l_return_status
2224: );

Line 2303: WSH_INTERFACE.Update_Shipping_Attributes

2299: mydebug('After Set_Inv_PC_Attributes Ret status:'||l_return_status);
2300: END IF;
2301:
2302:
2303: WSH_INTERFACE.Update_Shipping_Attributes
2304: (p_source_code => 'INV',
2305: p_changed_attributes => l_shipping_attr,
2306: x_return_status => l_return_status
2307: );

Line 2376: WSH_INTERFACE.Update_Shipping_Attributes

2372: IF (l_debug = 1) THEN
2373: mydebug('After Set_Inv_PC_Attributes Ret status:'||l_return_status);
2374: END IF;
2375:
2376: WSH_INTERFACE.Update_Shipping_Attributes
2377: (p_source_code => 'INV',
2378: p_changed_attributes => l_shipping_attr,
2379: x_return_status => l_return_status
2380: );

Line 2423: WSH_INTERFACE.Update_Shipping_Attributes

2419:
2420:
2421:
2422:
2423: WSH_INTERFACE.Update_Shipping_Attributes
2424: (p_source_code => 'INV',
2425: p_changed_attributes => l_shipping_attr,
2426: x_return_status => l_return_status
2427: );

Line 2667: l_shipping_attr WSH_INTERFACE.ChangedAttributeTabType;

2663: , x_msg_data OUT NOCOPY VARCHAR2)
2664: IS
2665: l_ret VARCHAR2(1);
2666: l_del_id NUMBER;
2667: l_shipping_attr WSH_INTERFACE.ChangedAttributeTabType;
2668: l_msg_count NUMBER;
2669: l_msg_data VARCHAR2(240);
2670: l_return_status VARCHAR2(1);
2671:

Line 2688: WSH_INTERFACE.Update_Shipping_Attributes

2684: IF (l_debug = 1) THEN
2685: mydebug('Before calling update shipping');
2686: END IF;
2687:
2688: WSH_INTERFACE.Update_Shipping_Attributes
2689: (p_source_code => 'INV',
2690: p_changed_attributes => l_shipping_attr,
2691: x_return_status => l_return_status
2692: );