EGP_TRANS_ATTRS_METADATA

Store Meta Data Details For Transactional Attributes

Details

  • Schema: FUSION

  • Object owner: EGP

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

EGP_TRANS_ATTRS_METADATA_PK

TRANS_ATTR_METADATA_ID

Columns

Name Datatype Length Precision Not-null Comments
TRANS_ATTR_METADATA_ID NUMBER 18 Yes The metadata, such as default value or hidden indicator, that is used to define the behavior of transactional item attributes.
DEFAULT_VALUE_ID NUMBER 18 Indicates the starting value of the transactional Attribute
INHERIT_FLAG VARCHAR2 1 Identifies if the attribute it inherited from the parent import format.
TRANS_ATTR_ID NUMBER 18 Yes An attribute with metadata that is defined during item creation; the value of the attribute is captured when the item is used in a transaction, such as the attribute Monogram for item Shirt.
START_DATE DATE Yes The date on which a task, event or business process begins.
END_DATE DATE The date on which a task, event or business process ends.
OBJECT_NAME VARCHAR2 30 Yes Attribute indicating the object name in the transaction attribute metadata record
DOMAIN_CODE VARCHAR2 30 Yes A Sphere of Activity or functionality specific to Fusion Application as in Fusion Distributed Order Orchestration, Fusion Sales Catalog, etc
PK1_VALUE NUMBER 18 Yes Attribute indicating the primary key associated with the date effective record of transactional item attribute.
PK2_VALUE NUMBER 18 Attribute indicating the primary key associated with the date effective record of transactional item attribute.
PK3_VALUE NUMBER 18 Attribute indicating the primary key associated with the date effective record of transactional item attribute.
PK4_VALUE NUMBER 18 Attribute indicating the primary key associated with the date effective record of transactional item attribute.
PK5_VALUE NUMBER 18 Attribute indicating the primary key associated with the date effective record of transactional item attribute.
UOM_CODE VARCHAR2 3 Attribute indicating the unit of measure code associated with a transactional item attribute.
REQUIRED_FLAG VARCHAR2 1 Attribute indicating Date Enabled Transactional Attribute as Mandatory. This makes this attribute as Mandatory in the down stream applications which uses Transactional Attributes.
HIDDEN_FLAG VARCHAR2 1 Metadata of the transaction attribute - item class association.
READONLY_FLAG VARCHAR2 1 Attribute indicating Date Enabled Transactional Attribute as Read Only. This makes this attribute non-editable in the down stream applications which uses Transactional Attributes.
NUMBER_VALUE VARCHAR2 256 Indicates the starting value of the transactional Attribute.
VARCHAR_VALUE VARCHAR2 64 Indicates the starting value of the transactional Attribute.
DATE_VALUE DATE Indicates the starting value of the transactional Attribute.
TIMESTAMP_VALUE TIMESTAMP Indicates the starting value of the transactional Attribute.
VALUE_SET_ID NUMBER 18 Yes Set of valid values for the Transactional Attribute.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
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.
TRANS_ATTR_DOMAIN_ID NUMBER 18 Yes A Sphere of Activity or functionality specific to Fusion Application as in Fusion Distributed Order Orchestration, Fusion Sales Catalog, etc
INACTIVE_FLAG VARCHAR2 1 Metadata of the transactional attribute-item Class Association

Foreign Keys

Table Foreign Table Foreign Key Column
EGP_TRANS_ATTRS_METADATA egp_trans_attrs_b TRANS_ATTR_ID

Indexes

Index Uniqueness Tablespace Columns
EGP_TRANS_ATTRS_METADATA_PK Unique FUSION_TS_TX_DATA TRANS_ATTR_METADATA_ID
EGP_TRANS_ATTRS_METADATA_U1 Unique FUSION_TS_TX_DATA PK1_VALUE, TRANS_ATTR_ID, DOMAIN_CODE, START_DATE