DBA Data[Home] [Help]

APPS.INV_EXPRESS_PICK_PUB dependencies on WSH_INTERFACE

Line 589: l_shipping_attr wsh_interface.changedattributetabtype;

585: l_original_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
586: l_new_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
587: l_orig_delivery_detail_id NUMBER;
588: l_staged_rsv_id_tbl inv_staged_rsv_id_tbl;
589: l_shipping_attr wsh_interface.changedattributetabtype;
590: l_original_serial_number inv_reservation_global.serial_number_tbl_type;
591:
592: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
593: l_rsv_index NUMBER :=0; --Split rsv counter

Line 943: wsh_interface.update_shipping_attributes(p_source_code => 'INV',

939: RAISE fnd_api.g_exc_unexpected_error;
940: END IF;
941:
942: l_shipping_attr(1).action_flag:='U';
943: wsh_interface.update_shipping_attributes(p_source_code => 'INV',
944: p_changed_attributes => l_shipping_attr,
945: x_return_status => l_return_status);
946: IF (l_return_status = fnd_api.g_ret_sts_error) THEN
947: RAISE fnd_api.g_exc_error;