RMA_ATT

(SQL Table)
Index Back

RMA Attachments

This table stores the multi-media attachments identifiers for an order header, line or schedule.

  • Related Language Record: RMA_ATT_LANG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit

    Prompt Table: SP_BU_FS_NONVW

    2 RMA_ID Character(10) VARCHAR2(10) NOT NULL RMA Number

    Prompt Table: RMA_HEADER

    3 RMA_LINE_NBR Number(5,0) INTEGER NOT NULL RMA Line Number

    Prompt Table: RMA_LINE

    4 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.
    5 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.
    6 ATTACHSYSFILENAME Character(128) VARCHAR2(128) NOT NULL Unique Sys Filename
    7 ATTACHUSERFILE Character(64) VARCHAR2(64) NOT NULL Attached File
    8 ATTACH_TYPE Character(5) VARCHAR2(5) NOT NULL Attachment Type

    Prompt Table: FO_ATTACH_TYPE

    9 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    10 DATETIME_ADDED DateTime(26) TIMESTAMP DateTime Added
    11 LASTUPDDTTM 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.
    12 LAST_MAINT_OPRID Character(30) VARCHAR2(30) NOT NULL Last Maintained By Operator ID