Wsh_delivery_details.released_status (pick release status)

Source: Internet
Author: User
Below post will give you the details about the pick release status Instance: 11i or R12 Table:Wsh_delivery_details Column:Released_status Possible values: B : Backordered-line failed to be allocated in Inventory
C : Shipped-line has been shipped
D : Cancelled-line is cancelled
N: Not ready for release-line is not ready to be released
R : Ready to release: line is ready to be released
S : Released to warehouse: Line has been released to inventory for processing
X : Not applicable-line is not applicable for pick release
Y : Staged-line has been picked and staged by inventory Delivery line statuses in detail  Not applicable (Code X) The delivery line can be invoiced but non-shippable, For example, A service line or a warranty line. Not ready for release (Code N)   The delivery line is not eligible for pick release. this happens when the order line is manually imported into ORACLE shipping execution using the import delivery line concurrent process or the corresponding order line has not reached the awaiting shipping workflow activity. Ready for release (Code R)   The delivery line is eligible for pick release. occurs when the order line has reached the awaiting shipping workflow activity (it is booked, scheduled, and in Oracle shipping execution ). Submitted to Warehouse (Code s) Pick release has processed the delivery line and has: 1. Created move Order HeadersAnd lines. 2. Found available quantity and created inventory allocations. 3. Not Pick confirmed. if you are using auto-pick confirm, it changes release status to staged. if you are not using auto-pick confirm and want to progress the delivery lines, navigate to Oracle inventory move Order Transaction WindowAnd PerformManual pick confirm. Staged (Code y)   The delivery line is pick confirmed; inventory is transferred from StorageSub-inventory to staging sub-inventory. It remains staged until ship confirm.   Backordered (code B) Some of the circumstances that can causes this status are listed below Ø Pick release has processed the delivery line and cannot find the entire quantity. this typically occurs when the Oracle inventory indicates that there is not enough material (either because there is not enough material or because the inventory balance is incorrect ). Ø At ship confirm, you: Enter shipped quantity that is less than original requested quantity backorder the entire delivery quantity TransferA reservation to cycle count. Ø This typically occurs when the material that you want to ship: 1. Has become unavailable, for example, damaged, between picking and shipping. 2. Is available and you backorder material for specific business reasons. For example, all available material has been allocated to a specific customer when you find out additional supply for other orders will be delayed.   Shipped (code C) The delivery line's delivery is ship confirmed and posted as in-transit, Om InterfaceAnd inventory interface have processed, and the trip is closed.   Cancelled (code D) The order line that the delivery line supports is canceled.

The following columns in wsh_delivery_details,
Released_status null varchar2 (1) Pick release status;
In our company, this field has the following values: B, c, d, R, X, Y;
I only know that Y is a pick release success!
Do you know what other things mean? Thank you ......

Check the script by yourself,

Select lookup_type, lookup_code, meaning, description,
Decode (view_application_id,
660, 'ont ',
665, 'wsh ',
201, 'po ',
401, 'inv ',
200, 'ap ',
222, 'ar ',
101, 'Gl ',
661, 'qp ',
0, 'fnd ',
702, 'bom ',
140, 'ofa ',
700, 'mfg'
) | '.' | View_application_id Application
From apps. fnd_lookup_values LV
Where language = userenv ('lang ')
And view_application_id = 665
And security_group_id = 0
And lookup_type = 'pick _ status'
Order by 1, 5

Lookup_type Lookup_code Meaning Description Application
Pick_status B Deferred Failed to allocate row in inventory management system Wsh.665
Pick_status C Shipped Run already Wsh.665
Pick_status D Canceled Canceled row Wsh.665
Pick_status I Connected The row has been sent and connected to Oracle order management and Oracle inventory. Wsh.665
Pick_status L Disabled Received row Wsh.665
Pick_status N Not ready for issuance Row not ready for issuance Wsh.665
Pick_status P Cleared Lines have been cleared from the source system Wsh.665
Pick_status R Prepare for issuance The row is ready for issuance Wsh.665
Pick_status S Issued to Warehouse The row has been issued to the inventory management system for processing. Wsh.665
Pick_status X Not applicable Row selection and distribution are not suitable Wsh.665
Pick_status Y Batch shipment/confirm picking The inventory management system has selected a database and runs it in wholesale mode. Wsh.665

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.