您的位置:首页 > 其它

Sales Order Flow Statuses

2015-11-18 13:20 435 查看
OE_ORDER_LINES_ALL.flow_status_code column values

execute the below query to see the values.

SELECT *

FROM fnd_lookup_values

WHERE lookup_type = 'LINE_FLOW_STATUS'

AND language = 'US'

WSH_DELIVERY_DETAILS.Release_Status can have any of the below valide values

Pick Status Meaning Description

----------- -------- -----------------

B Backordered Line failed to be allocated in Inventory

D Cancelled Line is Cancelled

L Closed Line has been Received

I Interfaced Line has been shipped and interfaced to Order Management and Inventory

X Not Applicable Line is not applicable for Pick Release

N Not Ready to Release Line is not ready to be released

P Purged Line has been purged from source system

R Ready to Release Line is ready to be released

S Released to Warehouse Line has been released to Inventory for processing

C Shipped Line has been shipped

Y Staged/Pick Confirmed Line has been picked and staged by Inventory

WSH_NEW_DELIVERIES.status_code column values

SELECT *

FROM fnd_lookup_values

WHERE lookup_type = 'TRIP_STATUS'

AND language = 'US'

Trip Status Meaning Description

----------- -------- -----------------

OP Open Trip is Open and has not begun

IT In-Transit Trip is in-transit and has begun

CL Closed Trip has completed

Posted by Ashok Kumar T J at 3:01 PM

Labels: Oracle applications
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: