RO_CATPRDCR_AET(SQL Table) |
Index Back |
---|---|
Catalog AETemporary Catalog AE table containg catalog, product and attribute information. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
2 | 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 |
3 | CATALOG_ID_NUM | Number(5,0) | INTEGER NOT NULL | Catalog ID |
4 | CATPRD_ID | Number(6,0) | INTEGER NOT NULL | Catalog Identification Number |
5 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL |
Product ID
Prompt Table: PROD_ITEM |
6 | PRODUCT_ID_ALT | Character(18) | VARCHAR2(18) NOT NULL |
Product ID Alternate
Prompt Table: PROD_ITEM |
7 | PROD_BRAND | Character(15) | VARCHAR2(15) NOT NULL |
Product Brand
Prompt Table: PROD_BRAND_TBL |
8 | RO_CAT_ORDERABLE | Character(1) | VARCHAR2(1) NOT NULL |
Orderable By
A=All B=Business C=Consumer |
9 | PROD_CATEGORY | Character(15) | VARCHAR2(15) NOT NULL |
Product Category
Prompt Table: PROD_CATGRY_TBL |
10 | PRODUCT_GROUP | Character(10) | VARCHAR2(10) NOT NULL | PRoduct Group |
11 | ATTRIBUTE_ID | Character(15) | VARCHAR2(15) NOT NULL | Attribute Label, Name or Properties |
12 | ATTRIBUTE_VALUE | Character(254) | VARCHAR2(254) NOT NULL | Attribute value |
13 | CATPRODSERVICE | Character(1) | VARCHAR2(1) NOT NULL |
Catalog Service
N=Product Y=Service |
14 | ATTR_ITEM_ID | Character(15) | VARCHAR2(15) NOT NULL | Attribute Item ID |
15 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
16 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
17 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
18 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
19 | 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. |
20 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |