LM_CI_ATT_TBL

(SQL Table)
Index Back

Catalog Item/ Attachments

This table stores all the attachments references that are delivered at the Catalog Item level.

  • Related Language Record: LM_CI_ATT_LANG
  • Parent record: LM_CI_TBL
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 LM_CI_ID Number(10,0) DECIMAL(10) NOT NULL Catalog Item ID - System Generated ID Number associated with each Catalog Item

    Default Value: 0

    2 EFFDT Date(10) DATE NOT NULL Effective Date

    Default Value: %date

    3 LM_ATTACH_ID Number(10,0) DECIMAL(10) NOT NULL Attachment ID - System generated unique ID created for each attachment.

    Default Value: 0

    4 LM_CS_STATUS Character(3) VARCHAR2(3) NOT NULL Status - Indicates whether an item is active or inactive
    10=Active
    20=Inactive

    Default Value: 10

    5 ATTACHSYSFILENAME Character(128) VARCHAR2(128) NOT NULL Unique Sys Filename
    6 ATTACHUSERFILE Character(64) VARCHAR2(64) NOT NULL Attached File
    7 LM_CS_DESCR Character(254) VARCHAR2(254) NOT NULL Description - Describes an object with further detail
    8 LM_ROW_ADDED_DTTM DateTime(26) TIMESTAMP Datetime Added
    9 LM_ROW_ADDED_OPRID Character(30) VARCHAR2(30) NOT NULL Added By
    10 LM_ROW_MAINT_DTTM DateTime(26) TIMESTAMP Row Maintainted DateTime
    11 LM_ROW_MAINT_OPRID Character(30) VARCHAR2(30) NOT NULL Row Maintained Oprid