CUST_ATT

(SQL Table)
Index Back

Customer Attachments

This table stores all the multi-media attachments associated with a customer. These attachments may take the form of a Word document, Excel spreadsheet, a scanned image and more. Date Init. Issue # Description 08/14/01 JJM DI-EDWONG-17 Inverted CUST_ID, SETID in index

  • Related Language Record: CUST_ATT_LNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL SetID

    Default Value: OPR_DEF_TBL_FS.SETID

    Prompt Table: SP_SETID_NONVW

    2 CUST_ID Character(15) VARCHAR2(15) NOT NULL Uniquely identifies an organizational entity that purchases goods or services from the enterprise. Represents the sold-to customer which is the customer organization that places orders. The CUST_ID may or may not be the same as the identifiers for the bill-to and ship-to locations.

    Prompt Table: CUSTOMER

    3 SCM_ATTACH_ID Character(64) VARCHAR2(64) NOT NULL The unique ID of each file whose attachment was handled by the attachment utility. Unique across all attachments, all applications.
    4 ATT_VERSION Number(3,0) SMALLINT NOT NULL The version of the attached file. Currently always 1, this field will find more use once the attachment utitlity starts supporting versioning of files.
    5 ATTACHSYSFILENAME Character(128) VARCHAR2(128) NOT NULL Unique Sys Filename
    6 ATTACHUSERFILE Character(64) VARCHAR2(64) NOT NULL Attached File
    7 ATTACH_TYPE Character(5) VARCHAR2(5) NOT NULL Attachment Type

    Prompt Table: FO_ATTACH_TYPE

    8 DESCR Character(30) VARCHAR2(30) NOT NULL Description