PROD_ATT(SQL Table) |
Index Back |
---|---|
Product AttachmentsThis record stores the multimedia attachments associated to a Product. This record is optional. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
This field is used to store the value of SetID on various setup tables.
Prompt Table: SP_SETID_NONVW |
2 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL |
Product ID
Prompt Table: PROD_ITEM |
3 | SEQNO | Number(5,0) | INTEGER NOT NULL | Sequence Number |
4 | REQUIRED | Character(8) | VARCHAR2(8) NOT NULL |
Required
Y/N Table Edit Default Value: N |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
6 | AUDIENCE | Character(1) | VARCHAR2(1) NOT NULL |
Audience
A=All E=External I=Internal N=None Default Value: A |
7 | ATT_TYPE | Character(4) | VARCHAR2(4) NOT NULL |
Attachment Type
1=Prospectus 2=Disclosure 3=Literature 4=White Paper |
8 | ATTACHSIZE | Number(16,3) | DECIMAL(15,3) NOT NULL | Field for Mobile Sale application storing attachment size. |
9 | ATTACHSYSFILENAME | Character(128) | VARCHAR2(128) NOT NULL | Unique Sys Filename |
10 | ATTACHUSERFILE | Character(64) | VARCHAR2(64) NOT NULL | Attached File |
11 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
12 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
13 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
14 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
15 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
16 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |