GL_BULK_COMBINATIONS_INT

Stores the account combinations which needs to be created in the system.

Details

  • Schema: FUSION

  • Object owner: GL

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

GL_BULK_COMBINATIONS_INT_PK

GROUP_NUMBER, ROW_NUMBER

Columns

Name Datatype Length Precision Not-null Comments
STATUS VARCHAR2 20 Yes Bulk import status code of the interface record.
GROUP_NUMBER VARCHAR2 18 Yes Unique record identifier and group identifier.
ROW_NUMBER NUMBER 18 Yes Unique record identifier.
CODE_COMBINATION_ID NUMBER 18 Key flexfield combination defining column. Oracle internal use only.
STRUCTURE_INSTANCE_CODE VARCHAR2 30 Yes Key flexfield structure instance defining column.
ENABLED_FLAG VARCHAR2 1 Indicates if this account combination is enabled.
SEGMENT1 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT2 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT3 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT4 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT5 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT6 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT7 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT8 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT9 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT10 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT11 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT12 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT13 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT14 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT15 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT16 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT17 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT18 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT19 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT20 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT21 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT22 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT23 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT24 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT25 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT26 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT27 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT28 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT29 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT30 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
DETAIL_POSTING_ALLOWED_FLAG VARCHAR2 1 Indicates if posting is allowed for this account combination.
CONCAT_SEGS VARCHAR2 800 It stores concatenated segment value. Oracle internal use only.
ERROR_MESSAGE VARCHAR2 1000 It stores error message for account combination. Oracle internal use only.
START_DATE_ACTIVE DATE Indicates the date at the beginning of the date range within which the key flexfield combination is valid.
END_DATE_ACTIVE DATE Indicates the date at the end of the date range within which the key flexfield combination is valid.
PRESERVE_FLAG VARCHAR2 1 Indicates if this account combination is preserved.
ALTERNATE_ACCOUNT VARCHAR2 1000 Alternate key flexfield combination defining column.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
LOAD_REQUEST_ID NUMBER 18 Enterprise Service Scheduler: request ID of the interface load job that created the row.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CATEGORY VARCHAR2 150 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
DISABLED_BY_FEATURE_CODE VARCHAR2 30 Feature that disabled the account combination. Valid values are CVC for cross-validation combination, CVR for cross-validation rule, and SVI for segment value inheritance.
CVC_END_DATE DATE Date when the combination is no longer active as per the defined cross-validation combination.

Indexes

Index Uniqueness Tablespace Columns
GL_BULK_COMBINATIONS_INT_N2 Non Unique FUSION_TS_TX_DATA STRUCTURE_INSTANCE_CODE
GL_BULK_COMBINATIONS_INT_U1 Unique FUSION_TS_TX_DATA GROUP_NUMBER, ROW_NUMBER