CNTRCT_CAT_FS

(SQL View)
Index Back

Contract Categories

Contract Category Lines

SELECT A.SETID , A.CNTRCT_ID , A.VERSION_NBR , A.CAT_LINE_NBR , A.LINE_STATUS , A.CATEGORY_SETID , A.CATEGORY_ID , A.AMT_LINE_MAX , A.PRICE_CAN_CHANGE , A.ADJ_BEFORE , A.PRICE_SHIPTO_ADJ , A.CURRENCY_CD , %subrec(LAST_UPDATE_SBR ,A) FROM PS_CNTRCT_CATEGORY A

  • Parent record: CNTRCT_HDR
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL SetID
    2 CNTRCT_ID Character(25) VARCHAR2(25) NOT NULL Buying Agreement ID
    3 VERSION_NBR Number(5,0) INTEGER NOT NULL Contract Version number

    Default Value: 1

    4 CAT_LINE_NBR Number(5,0) INTEGER NOT NULL Contract Category Line Number

    Default Value: 1

    5 LINE_STATUS Character(1) VARCHAR2(1) NOT NULL Line Status
    A=Active
    C=Cancelled
    I=Inactive
    O=Open
    P=Pending

    Default Value: A

    6 CATEGORY_SETID Character(5) VARCHAR2(5) NOT NULL Category SetID
    7 CATEGORY_ID Character(5) VARCHAR2(5) NOT NULL Category ID
    8 AMT_LINE_MAX Number(27,3) DECIMAL(26,3) NOT NULL Max Line Amt Per Contract
    9 PRICE_CAN_CHANGE Character(1) VARCHAR2(1) NOT NULL Price Can Be Changed on Order
    N=No
    Y=Yes

    Default Value: Y

    10 ADJ_BEFORE Character(1) VARCHAR2(1) NOT NULL Adjust Supplier Pricing First
    N=After Contract Adjustments
    Y=Before Contract Adjustments

    Default Value: Y

    11 PRICE_SHIPTO_ADJ Character(1) VARCHAR2(1) NOT NULL Use Supplier Price Shipto Adj
    N=No
    Y=Yes

    Default Value: N

    12 CURRENCY_CD Character(3) VARCHAR2(3) NOT NULL Currency Code

    Default Value: CNTRCT_HDR.CURRENCY_CD

    13 OPRID_MODIFIED_BY Character(30) VARCHAR2(30) NOT NULL Last User to Modify Entered By 07/25/2011:Ensured that OPRID_MODIFIED_BY is set with format type of MixedCase.
    14 LAST_DTTM_UPDATE DateTime(26) TIMESTAMP Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts.