GL_COA_MAP_ROLLUP_RULES_INT

This interface table is used to import chart of accounts mapping rollup rules.

Details

  • Schema: FUSION

  • Object owner: GL

  • Object type: TABLE

  • Tablespace: INTERFACE

Columns

Name Datatype Length Precision Not-null Comments
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
IMPORT_ACTION_CODE VARCHAR2 30 The action that the import process must perform. Valid values are INSERT and DELETE.
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.
STATUS_CODE VARCHAR2 30 Rollup rule status code of the interface record.
LOAD_REQUEST_ID NUMBER 18 Oracle Enterprise Scheduler: request identifier of the job that created the row.
COA_MAPPING_NAME VARCHAR2 33 Yes User defined chart of accounts definition name.
TO_SEGMENT_CODE VARCHAR2 30 Yes Target segment name identifier.
TO_SEGMENT_VALUE VARCHAR2 25 Yes Target segment value for the rollup rule.
FROM_SEGMENT1_CODE VARCHAR2 30 Yes First source segment identifier.
FROM_SEGMENT1_CONDITION_CODE VARCHAR2 30 The operator to be used with the first source segment in the rollup rule.
FROM_SEGMENT1_VALUE_LOW VARCHAR2 25 Yes Low range value of the first source segment.
FROM_SEGMENT1_VALUE_HIGH VARCHAR2 25 High range value of the first source segment.
FROM_SEGMENT1_TREE_CODE VARCHAR2 30 Tree code of first source segment parent value.
FROM_SEGMENT1_TREE_VERSION VARCHAR2 32 Tree version of first source segment parent value.
FROM_SEGMENT2_CODE VARCHAR2 30 Second source segment identifier.
FROM_SEGMENT2_CONDITION_CODE VARCHAR2 30 The operator to be used with the second source segment in the rollup rule.
FROM_SEGMENT2_VALUE_LOW VARCHAR2 25 Low range value of the second source segment.
FROM_SEGMENT2_VALUE_HIGH VARCHAR2 25 High range value of the second source segment.
IMPORT_REQUEST_ID NUMBER 18 Enterprise Service Scheduler: Indicates the request ID of the job that created or last updated the row.
ERROR_MESSAGE VARCHAR2 1000 The error message of the rules that could not be imported. Oracle internal use only.
LAST_UPDATE_DATE TIMESTAMP Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created 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.

Indexes

Index Uniqueness Tablespace Columns
GL_COA_MAP_RR_INT_N1 Non Unique FUSION_TS_INTERFACE LOAD_REQUEST_ID, COA_MAPPING_NAME