RFM_SO_HDR_VW

(SQL View)
Index Back

Service Order Header View

Copy of Service Order Header. This is used to create dummy component interface for defining dynamic enumeration.

SELECT A.SYNCID , A.BUSINESS_UNIT , A.SO_ID , A.SYNCID , A.SYNCDTTM FROM %Table(RF_SO_HDR) A

  • Parent record: RF_SO_HDR
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SO_OID Signed Number(11,0) DECIMAL(10) NOT NULL Service Order Obejct ID
    2 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
    3 SO_ID Character(10) VARCHAR2(10) NOT NULL Service Order ID
    4 SYNCID Number(10,0) DECIMAL(10) NOT NULL The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle.
    5 SYNCDTTM DateTime(26) TIMESTAMP Synchronization Last Update Date Time