GL_PACS_COMBINATIONS_INT

This table is an interface table used to load partial account combinations into the application.

Details

  • Schema: FUSION

  • Object owner: GL

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

GL_PACS_COMBINATIONS_INT_PK

GROUP_ID, INTERFACE_LINE_NUMBER

Columns

Name Datatype Length Precision Not-null Comments
GROUP_ID NUMBER 18 Yes Partial account combination interface group identifier.
INTERFACE_LINE_NUMBER NUMBER 18 Yes Partial account combination interface line number.
PACS_DEFINITION_NAME VARCHAR2 100 Yes The name of the partial account combination set for which partial account combinations are being imported.
IMPORT_ACTION_CODE VARCHAR2 30 Yes The action that the import process must execute. Valid values are INSERT and DELETE.
SEGMENT_VALUE1 VARCHAR2 25 Yes Segment value for the first validation segment of the partial account combination set.
SEGMENT_VALUE2 VARCHAR2 25 Yes Segment value for the second validation segment of the partial account combination set.
SEGMENT_VALUE3 VARCHAR2 25 Segment value for the third validation segment of the partial account combination set. Only contains a value if the third validation segment is being used in the partial account combination set.
SEGMENT_VALUE4 VARCHAR2 25 Segment value for the fourth validation segment of the partial account combination set. Only contains a value if the fourth validation segment is being used in the partial account combination set.
SEGMENT_VALUE5 VARCHAR2 25 Segment value for the fifth validation segment of the partial account combination set. Only contains a value if the fifth validation segment is being used in the partial account combination set.
START_DATE DATE Earliest date on which this partial account combination is valid.
END_DATE DATE Latest date on which this partial account combination is valid.
STATUS_CODE VARCHAR2 30 Code that indicates the combination import status of the partial account combination set. Some valid values are NEW and ERROR.
ERROR_MESSAGE VARCHAR2 1000 The error message for the partial account combination. Oracle internal use only.
CHILD_REQUEST_ID NUMBER 18 Enterprise Service Scheduler: Indicates the child request ID of the job that is processing the partial account combination. This column is used in internal processing only.
LOAD_REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the interface load job that created the row. This column is used in internal processing only.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE_CHAR1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR15 VARCHAR2 150 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.
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.
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.
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP 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.
ENABLED_FLAG VARCHAR2 1 Indicates if a cross-validation combination is enabled or disabled. Valid values are blank or Y for enabled, and N for disabled.

Indexes

Index Uniqueness Tablespace Columns
GL_PACS_COMBINATIONS_INT_N1 Non Unique FUSION_TS_INTERFACE PACS_DEFINITION_NAME, SEGMENT_VALUE1, SEGMENT_VALUE2, NVL("SEGMENT_VALUE3",' '), NVL("SEGMENT_VALUE4",' '), NVL("SEGMENT_VALUE5",' ')
GL_PACS_COMBINATIONS_INT_U1 Unique FUSION_TS_INTERFACE GROUP_ID, INTERFACE_LINE_NUMBER