AUC_COPY_CMMNTS

(SQL View)
Index Back

Sourcing Copy Comments View


SELECT a.business_unit , a.auc_id , a.auc_round , a.auc_version , a.line_nbr , a.bid_factor_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.shared_flg , b.comments_2000 FROM ps_auc_comments a , PS_COMMENTS_TBL b WHERE a.oprid = b.oprid AND a.comment_id = b.comment_id AND a.random_cmmt_nbr = b.random_cmmt_nbr

  • Parent record: AUC_HDR
  • # 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 BID_FACTOR_NBR Number(10,0) DECIMAL(10) NOT NULL Bid Factor Number
    7 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).
    8 COMMENT_ID DateTime(26) TIMESTAMP DtTm Entered
    9 RANDOM_CMMT_NBR Number(4,0) SMALLINT NOT NULL Random Comments Number
    10 PUBLIC_FLG Character(1) VARCHAR2(1) NOT NULL Send to Vendor

    Y/N Table Edit

    Default Value: N

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

    Default Value: A

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

    Y/N Table Edit

    Default Value: Y

    13 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
    14 AWARD_VIEW_FLG Character(1) VARCHAR2(1) NOT NULL Award View

    Y/N Table Edit

    15 SHARED_FLG Character(1) VARCHAR2(1) NOT NULL Shared Comments

    Default Value: N

    16 COMMENTS_2000 Long Character CLOB Comment Text