RB_ALLCELLS(SQL Table) |
Index Back |
|---|---|
Common application recordThe common application Cellular Product record |
| # | 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. |
| 2 | CELL_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
cell Type for catalog
C=Catalog P=Product |
| 3 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL | Product ID |
| 4 | CATALOG_ID_NUM | Number(5,0) | INTEGER NOT NULL | Catalog ID |
| 5 | RO_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
This is a Order Capture flag, used in Catalog.
A=Active I=Inactive |