FND_RRA_STORE_PRODS
This table will store products stocked by the store, also referred to as the store-front inventory
Details
-
Schema: REDWOODREFERENTIAL
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
FND_RRA_STORE_PRODS_PK |
STORE_PRODUCT_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
STORE_PRODUCT_ID | NUMBER | 18 | Yes | Store product identifier | |
SUPPLIER_PRODUCT_ID | NUMBER | 18 | Yes | Supplier product identifier | |
SUPPLIER_ID | NUMBER | 18 | Yes | Supplier identifier | |
PRODUCT_ID | NUMBER | 18 | Yes | Product identifier | |
STORE_PROD_CATEGORY_ID | NUMBER | 18 | Yes | Store product category identifier | |
STORE_PROD_NUMBER | VARCHAR2 | 30 | Store product number | ||
STORE_PROD_NAME | VARCHAR2 | 4000 | Store product name | ||
STORE_PROD_DESC | VARCHAR2 | 4000 | Store product description | ||
STORE_PROD_LONG_DESC | VARCHAR2 | 4000 | Store product long description | ||
STORE_PROD_FORMATTED_DESC | VARCHAR2 | 4000 | Store product formatted description | ||
STORE_PROD_IMAGE_URL | VARCHAR2 | 4000 | Store product image URL | ||
STORE_CURRENCY_CODE | VARCHAR2 | 15 | Store product sell currency code | ||
MSRP_PRICE | NUMBER | 9 | Yes | MSRP price | |
SUPPLIER_PRICE | NUMBER | 9 | Yes | Supplier product price | |
STORE_PRICE | NUMBER | 9 | Yes | Store product price | |
STORE_PROD_ACTIVATION_DATE | DATE | Store product activation date | |||
STORE_PROD_EXPIRY_DATE | DATE | Store product expiry date | |||
STORE_NUMBER_IN_STOCK | NUMBER | 18 | Yes | Item quantity in stock in the store inventory | |
MIN_THRESHOLD_QTY | NUMBER | 18 | Yes | Minimum quantity of item below which the item must be re-ordered | |
REORDER_QTY | NUMBER | 18 | Yes | Item quantity that must be re-ordered | |
LAST_REORDER_DATE | DATE | Date this item was last re-ordered | |||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FND_RRA_STORE_PRODS_U1 | Unique | Default | STORE_PRODUCT_ID |