CMR_RCV_EVENT_TYPES

this table will store the receipt accounting event types

Details

  • Schema: FUSION

  • Object owner: CMR

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

CMR_RCV_EVENT_TYPES_PK

EVENT_TYPE_CODE, EVENT_CLASS_CODE, ENTITY_CODE

Columns

Name Datatype Length Not-null Comments
TRANSACTION_TYPE VARCHAR2 40 Yes transaction type name - Receive, Return to Vendor, Correction to Receipt,Match, Deliver, Return to Receiving, Correction to Deliver
EVENT_TYPE_CODE VARCHAR2 40 Yes SLA event type code - this is mapping column between transaction type in receipt accounting to events type code in SLA application. code is limited 30 characters. Maps to {XLA_EVENT_TYPES_B.EVENT_TYPE_CODE}
EVENT_CLASS_CODE VARCHAR2 30 Yes Reference to event class for which the accounting template is defined. Maps to {XLA_EVENT_CLASSES_B.EVENT_CLASS_CODE}
ENTITY_CODE VARCHAR2 30 Yes Reference to event class for which the accounting template is defined. Maps to {XLA_EVENT_CLASSES_B.ENTITY_CODE}
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.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Indexes

Index Uniqueness Tablespace Columns
CMR_RCV_EVENT_TYPES_PK Unique FUSION_TS_TX_DATA EVENT_TYPE_CODE, EVENT_CLASS_CODE, ENTITY_CODE, ORA_SEED_SET1
CMR_RCV_EVENT_TYPES_PK1 Unique FUSION_TS_TX_DATA EVENT_TYPE_CODE, EVENT_CLASS_CODE, ENTITY_CODE, ORA_SEED_SET2