EGO_ITEM_REVISION_EFF_TL

Item Revisions - translateable columns

Details

  • Schema: FUSION

  • Object owner: EGO

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

EGO_ITEM_REVISION_EFF_TL_PK

EFF_LINE_ID, LANGUAGE

Columns

Name Datatype Length Precision Not-null Comments
EFF_LINE_ID NUMBER 18 Yes Item Revision EFF Line Identifier
CATEGORY_CODE VARCHAR2 800 Yes Stores the Item Class associated with the item
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.
ORGANIZATION_ID NUMBER 18 Yes A organizing unit in the internal or external structure of your enterprise. Organization structures provide the framework for performing legal reporting, financial control, and management reporting.
INVENTORY_ITEM_ID NUMBER 18 Yes Stores the Inventory Item Identifier
CONTEXT_CODE VARCHAR2 80 Yes EFF attribute group context code
REVISION_ID NUMBER 18 Stores the Revision Identifier.
SOURCE_LANG VARCHAR2 4 Yes Indicates the code of the language in which the contents of the translatable columns were originally created.
LANGUAGE VARCHAR2 4 Yes Indicates the code of the language into which the contents of the translatable columns are translated.
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.
CHANGE_LINE_ID NUMBER 18 Yes Stores the unique identifier for a change line.
VERSION_ID NUMBER 18 Yes Version number to identify a version uniquely within a revision
VERSION_START_DATE DATE Yes Date when new version is set to be effective
VERSION_END_DATE DATE Date after which the version will no longer remain effective.
IMPLEMENTATION_DATE DATE The date on which the change in the item will be implemented.
CHANGE_BIT_MAP VARCHAR2 200 Yes Change Bit Map which represent changes in the attributes
ACD_TYPE VARCHAR2 30 Yes Type of the modification like ADD,DELETE,PROD,UPDATE
ATTRIBUTE_CHAR1 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR2 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR3 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR4 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR5 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR6 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR7 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR8 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR9 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR10 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR11 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR12 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR13 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR14 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR15 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR16 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR17 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR18 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR19 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR20 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR21 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR22 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR23 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR24 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR25 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR26 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR27 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR28 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR29 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR30 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR31 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR32 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR33 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR34 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR35 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR36 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR37 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR38 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR39 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR40 VARCHAR2 4000 Descriptive Flexfield: segment of the user descriptive flexfield.
PROGRAM_NAME VARCHAR2 30 Identifies the concurrent program
PROGRAM_APP_NAME VARCHAR2 50 Identifies the Application name spawning the Concurrent Request.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
EGO_ITEM_REVISION_EFF_TL egp_item_revisions_b REVISION_ID
EGO_ITEM_REVISION_EFF_TL ego_versions_b VERSION_ID

Indexes

Index Uniqueness Tablespace Columns
EGO_ITEM_REVISION_EFF_TL_N11 Non Unique Default ORGANIZATION_ID, INVENTORY_ITEM_ID, REVISION_ID, CONTEXT_CODE
EGO_ITEM_REVISION_EFF_TL_N2 Non Unique Default LAST_UPDATE_DATE
EGO_ITEM_REVISION_EFF_TL_U1 Unique Default EFF_LINE_ID, LANGUAGE, VERSION_START_DATE, CHANGE_LINE_ID
EGO_ITEM_REVISION_EFF_TL_U2 Unique Default EFF_LINE_ID, LANGUAGE