OM_SCH_PO_VW

(SQL View)
Index Back

SELECT DISTINCT H.BUSINESS_UNIT , H.ORDER_NO , H.ORDER_INT_LINE_NO , H.SCHED_LINE_NBR FROM PS_ORDENT_HDSCH_VW H , PS_ORD_SCHEDULE S WHERE S.BUSINESS_UNIT = H.BUSINESS_UNIT AND S.ORDER_NO = H.ORDER_NO AND S.ORDER_INT_LINE_NO = H.ORDER_INT_LINE_NO AND S.SCHED_LINE_NBR = H.SCHED_LINE_NBR AND H.EFF_STATUS = 'A' AND S.DROP_SHIP_FLAG = '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
3 ORDER_INT_LINE_NO Number(5,0) INTEGER NOT NULL Order Line
4 SCHED_LINE_NBR Number(6,0) INTEGER NOT NULL Schedule Line Number