FND_RRA_PRODS

This table will store products details

Details

  • Schema: REDWOODREFERENTIAL

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

FND_RRA_PRODS_PK

PRODUCT_ID

Columns

Name Datatype Length Precision Not-null Comments
PRODUCT_ID NUMBER 18 Yes Product identifier
PRODUCT_CATEGORY_ID NUMBER 18 Yes Product category identifier
PRODUCT_NUMBER VARCHAR2 30 Product number
PRODUCT_NAME VARCHAR2 4000 Product name
PRODUCT_DESC VARCHAR2 4000 Product description
PRODUCT_LONG_DESC VARCHAR2 4000 Product long description
PRODUCT_FORMATTED_DESC VARCHAR2 4000 Product formatted description
PRODUCT_IMAGE_URL VARCHAR2 4000 Product image URL
CURRENCY_CODE VARCHAR2 15 Product sale currency code
UNIT_PRICE NUMBER 9 Product unit price
BRAND_NAME VARCHAR2 400 Product brand name
WEIGHT VARCHAR2 400 Product weight
DIMENSIONS VARCHAR2 400 Product dimensions
COLOR VARCHAR2 30 Product color
PLACE_OF_MANUFACTURE VARCHAR2 400 Place of manufacture of product
PRODUCT_ACTIVATION_DATE DATE Product activation date
PRODUCT_EXPIRY_DATE DATE Product expiry date
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_PRODS_U1 Unique Default PRODUCT_ID