DBA Data[Home] [Help]

APPS.WSH_USA_QUANTITY_PVT dependencies on INV_RESERVATION_GLOBAL

Line 370: l_rsv_array INV_RESERVATION_GLOBAL.mtl_reservation_tbl_type;

366: l_Changed_Quantity2 NUMBER(19,9);
367: -- HW OPMCONV - Removed format of 19,9
368: l_original_ordered_quantity2 NUMBER;
369: l_new_quantity2 NUMBER(19,9);
370: l_rsv_array INV_RESERVATION_GLOBAL.mtl_reservation_tbl_type;
371: l_size NUMBER;
372:
373: l_net_weight NUMBER;
374: l_volume NUMBER;

Line 1856: p_cancel_order_mode => inv_reservation_global.g_cancel_order_yes,

1852: p_source_header_id => p_changed_attribute.source_header_id,
1853: p_source_line_id => p_changed_attribute.source_line_id,
1854: p_organization_id => old_delivery_detail_rec.organization_id,
1855: p_lock_records => fnd_api.g_true,
1856: p_cancel_order_mode => inv_reservation_global.g_cancel_order_yes,
1857: p_delivery_detail_id => null, -- X-dock
1858: x_mtl_reservation_tbl => l_rsv_array,
1859: x_mtl_reservation_tbl_count => l_size,
1860: x_return_status => l_return_status);