OMBCK_ORDCMX_VW

(SQL View)
Index Back

Order Completion Vw

111506 dms 1576506002 Use ORD_HEADER_LOCK in SQL

SELECT DISTINCT h.order_no FROM ps_ord_header h , ps_ord_header_lock k , PS_SP_BU_OM_NONVW sp WHERE h.business_unit = sp.business_unit AND h.order_status NOT IN ('C','X') AND %Join(COMMON_KEYS, ord_header h, ord_header_lock k) AND k.background_reqd <> 'N' AND k.in_process_flg = 'Y'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 ORDER_NO Character(10) VARCHAR2(10) NOT NULL Identifies a customer order number that appears as a reference on a receivables pending item. Date Initials Issue Description 022701 mv SP2 (F-CJORGENS-3) CSR Desktop