CN_ATTRIBUTE_CONFIG_ALL

Configuring attributes for Expression and Rules building

Details

  • Schema: FUSION

  • Object owner: CN

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

CN_ATTRIBUTE_CONFIG_ALL_PK

ATTRIBUTE_CONFIG_ID, ORG_ID

Columns

Name Datatype Length Precision Not-null Comments
ATTRIBUTE_CONFIG_ID NUMBER 18 Yes attribute config id.
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.
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
TABLE_NAME VARCHAR2 30 Yes TABLE_NAME
COLUMN_NAME VARCHAR2 30 Yes COLUMN_NAME
SCHEMA VARCHAR2 30 Yes SCHEMA
ALIAS VARCHAR2 30 ALIAS
USER_NAME VARCHAR2 60 USER_NAME
CLASSIFY_ENABLED VARCHAR2 1 CLASSIFY_ENABLED
CREDIT_ENABLED VARCHAR2 1 CREDIT_ENABLED
CALCULATION_ENABLED VARCHAR2 1 CALCULATION_ENABLED
PAYMENT_ENABLED VARCHAR2 1 PAYMENT_ENABLED
ASSIGNMENT_RULE_ENABLED VARCHAR2 1 Indicates whether a column is enabled for using in assignment rules
EXPR_GROUP_1 VARCHAR2 30 EXPR_GROUP_1
EXPR_GROUP_2 VARCHAR2 30 EXPR_GROUP_2
FLEXFIELD_ENABLED VARCHAR2 1 FLEXFIELD_ENABLED
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.
PAYMENT_EXPR_GROUP VARCHAR2 30 PAYMENT EXPRESSION GROUP
COLUMN_TYPE VARCHAR2 30 Column Type
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.
ESTIMATION_MAPPING_ENABLED VARCHAR2 1 Flag to indicate column is available in Mapping UI as Target Attribute.

Foreign Keys

Table Foreign Table Foreign Key Column
CN_ATTRIBUTE_CONFIG_ALL cn_repositories_all_b ORG_ID

Indexes

Index Uniqueness Tablespace Columns
CN_ATTRIBUTE_CONFIG_ALL_U1 Unique Default ATTRIBUTE_CONFIG_ID, ORG_ID, ORA_SEED_SET1
CN_ATTRIBUTE_CONFIG_ALL_U11 Unique Default ATTRIBUTE_CONFIG_ID, ORG_ID, ORA_SEED_SET2
CN_ATTRIBUTE_CONFIG_ALL_U2 Unique Default ORG_ID, TABLE_NAME, COLUMN_NAME, ORA_SEED_SET1
CN_ATTRIBUTE_CONFIG_ALL_U21 Unique Default ORG_ID, TABLE_NAME, COLUMN_NAME, ORA_SEED_SET2
CN_ATTRIBUTE_CONFIG_ALL_U3 Unique Default ORG_ID, ATTRIBUTE_CONFIG_ID, ORA_SEED_SET1
CN_ATTRIBUTE_CONFIG_ALL_U31 Unique Default ORG_ID, ATTRIBUTE_CONFIG_ID, ORA_SEED_SET2