DBA Data[Home] [Help]

APPS.WSH_USA_QUANTITY_PVT dependencies on INV_RESERVATION_GLOBAL

Line 345: l_rsv_array INV_RESERVATION_GLOBAL.mtl_reservation_tbl_type;

341: l_Changed_Quantity2 NUMBER(19,9);
342: -- HW OPMCONV - Removed format of 19,9
343: l_original_ordered_quantity2 NUMBER;
344: l_new_quantity2 NUMBER(19,9);
345: l_rsv_array INV_RESERVATION_GLOBAL.mtl_reservation_tbl_type;
346: l_size NUMBER;
347:
348: l_net_weight NUMBER;
349: l_volume NUMBER;

Line 1597: p_cancel_order_mode => inv_reservation_global.g_cancel_order_yes,

1593: p_source_header_id => p_changed_attribute.source_header_id,
1594: p_source_line_id => p_changed_attribute.source_line_id,
1595: p_organization_id => old_delivery_detail_rec.organization_id,
1596: p_lock_records => fnd_api.g_true,
1597: p_cancel_order_mode => inv_reservation_global.g_cancel_order_yes,
1598: p_delivery_detail_id => null, -- X-dock
1599: x_mtl_reservation_tbl => l_rsv_array,
1600: x_mtl_reservation_tbl_count => l_size,
1601: x_return_status => l_return_status);