AUC_COMMENTS_V2

(SQL View)
Index Back

SELECT a.business_unit , a.auc_id , a.auc_round , a.auc_version , a.line_nbr , a.oprid , a.comment_id , a.random_cmmt_nbr , a.public_flg , a.status , a.allow_modify , a.comment_type , a.award_view_flg , b.comments_2000 FROM ps_auc_comments a , PS_COMMENTS_TBL b WHERE a.comment_id = b.comment_id AND a.random_cmmt_nbr = b.random_cmmt_nbr AND a.oprid = b.oprid

  • Parent record: AUC_LINE
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
    2 AUC_ID Character(10) VARCHAR2(10) NOT NULL Event ID
    3 AUC_ROUND Number(5,0) INTEGER NOT NULL Event Round
    4 AUC_VERSION Number(5,0) INTEGER NOT NULL Event Version
    5 LINE_NBR Number(5,0) INTEGER NOT NULL Line Number: 11/24/08 - Added TARGET label [PC product]
    6 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).
    7 COMMENT_ID DateTime(26) TIMESTAMP DtTm Entered
    8 RANDOM_CMMT_NBR Number(4,0) SMALLINT NOT NULL Random Comments Number
    9 PUBLIC_FLG Character(1) VARCHAR2(1) NOT NULL Send to Vendor

    Y/N Table Edit

    Default Value: N

    10 STATUS Character(1) VARCHAR2(1) NOT NULL Status Indicator
    A=Active
    I=Inactive

    Default Value: A

    11 ALLOW_MODIFY Character(1) VARCHAR2(1) NOT NULL Allow Modify Comments

    Y/N Table Edit

    Default Value: Y

    12 COMMENT_TYPE Character(3) VARCHAR2(3) NOT NULL Comment Type
    BF=Bid Factor
    CBF=Analysis Collab Bid Factor
    HDR=Header
    LIN=Line
    SHP=Ship To Location

    Default Value: LIN

    13 AWARD_VIEW_FLG Character(1) VARCHAR2(1) NOT NULL Award View

    Y/N Table Edit

    14 COMMENTS_2000 Long Character CLOB Comment Text