EGP_ITEM_ORG_ASSOCIATIONS_

Storage for Item and Organization Associations.

Details

  • Schema: FUSION

  • Object owner: EGP

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

EGP_ITEM_ORG_ASSOCIATIONS_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, ORGANIZATION_ID, INVENTORY_ITEM_ID

Columns

Name Datatype Length Precision Not-null Comments Status
INVENTORY_ITEM_ID NUMBER 18 Yes Attribute indicating the unique identifier of the item.
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_ORGANIZATION_ID NUMBER 18 An Organization that tracks inventory transactions and balances, and/or that manufactures or distributes products. Active
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. Active
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. Active
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active
OBJECT_VERSION_NUMBER NUMBER 9 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. Active
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
ITEM_DEFINITION_ORG_ID NUMBER 18 Indicates which organization serves as the definition for all items in this organization. If self-referential, it is a definition organization. If it points to any other organization, it is a reference organization.
PUBLIC_FLAG VARCHAR2 1 This column indicates whether an item is public or private.
CHANGE_ROW_FLAG VARCHAR2 1 Yes This column indicates whether an item is prod or change row.
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Attribute indicating the internal identifier used by the audit framework

Indexes

Index Uniqueness Tablespace Columns Status
EGP_ITEM_ORG_ASSOCATION_N3_ Non Unique Default INVENTORY_ITEM_ID, DECODE("INVENTORY_ORGANIZATION_ID","ITEM_DEFINITION_ORG_ID","ORGANIZATION_ID","ITEM_DEFINITION_ORG_ID")
EGP_ITEM_ORG_ASSOCIATIONN1_ Non Unique Default INVENTORY_ITEM_ID, ORGANIZATION_ID, LAST_UPDATE_DATE
EGP_ITEM_ORG_ASSOCIATIONS_U1_ Unique FUSION_TS_TX_IDX LAST_UPDATE_DATE, LAST_UPDATED_BY, INVENTORY_ITEM_ID, ORGANIZATION_ID Obsolete
EGP_ITEM_ORG_ASSOC_N4_ Non Unique Default ORGANIZATION_ID, DECODE("ORGANIZATION_ID", "INVENTORY_ORGANIZATION_ID", 1,0) Obsolete
EGP_ITEM_ORG_ASSOC_U2_ Unique FUSION_TS_TX_IDX LAST_UPDATE_DATE, LAST_UPDATED_BY, ORGANIZATION_ID, INVENTORY_ITEM_ID