OMBCK_ORDCMP_VW(SQL View) |
Index Back |
---|---|
Order Completion Vw111506 dms 1576506002 Use ORD_HEADER_LOCK in SQL |
SELECT h.business_unit ,h.order_no FROM PS_ORD_HEADER h , PS_ORD_HEADER_lock k WHERE 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 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | 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 |