This is a product sales translation table
Module:
LANGUAGE, INVENTORY_ITEM_ID, ORGANIZATION_ID
Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
---|---|---|---|---|---|---|---|
INVENTORY_ITEM_ID | NUMBER | 38 | 0 | True | INVENTORY_ITEM_ID is nothing but prodcut id | ||
ORGANIZATION_ID | NUMBER | 38 | 0 | True | ORGANIZATION_ID is nothing but prodcut organization Details | ||
LANGUAGE | VARCHAR2 | 32 | True | Indicates the code of the language into which the contents of the translatable columns are translated. | |||
SOURCE_RECORD_ID | VARCHAR2 | 128 | System generated key | ||||
DESCRIPTION | VARCHAR2 | 256 | Translated Name of the Product used for runtime display. | ||||
LONG_DESCRIPTION | VARCHAR2 | 999 | Translated Product Group Description used for runtime display. | ||||
CREATED_BY | VARCHAR2 | 64 | Who column: indicates the user who created the row. | ||||
CREATION_DATE | TIMESTAMP | Who column: indicates the date and time of the creation of the row. |
Copyright © 2019, 2023, Oracle and/or its affiliates.