GL_INTERFACE_CONTROL
GL_INTERFACE_CONTROL is used to control Journal Import execution. Whenever you start Journal Import from the Import Journals form, a row is inserted into this table for each source and group id that you specified. When Journal Import completes, it deletes these rows from the table.
Details
-
Schema: FUSION
-
Object owner: GL
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| STATUS | VARCHAR2 | 1 | Yes | Journal import run status code. | |
| ADFDI_POSTING_FLAG | VARCHAR2 | 1 | DI Posting Flag. Y Indicates that posting will be run after Journal Import. | ||
| JE_SOURCE_NAME | VARCHAR2 | 25 | Yes | Journal source identifier. Foreign key to GL_JE_SOURCES_B. | |
| SET_OF_BOOKS_ID | NUMBER | 18 | Ledger identifier. Foreign key to GL_LEDGERS. | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| INTERFACE_RUN_ID | NUMBER | 18 | Journal import process identifier. | ||
| GROUP_ID | NUMBER | 18 | Interface group identifier. | ||
| PACKET_ID | NUMBER | 18 | Budgetary control packet identifier.. | ||
| INTERFACE_TABLE_NAME | VARCHAR2 | 30 | Name of the journal import interface table. This column is used to import data from an interface table other than GL_INTERFACE table. | ||
| PROCESSED_TABLE_CODE | VARCHAR2 | 1 | Indicates what should be done with the data once it has been processed. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| GL_INTERFACE_CONTROL | gl_ledgers | SET_OF_BOOKS_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| GL_INTERFACE_CONTROL_N1 | Non Unique | Default | JE_SOURCE_NAME, SET_OF_BOOKS_ID, INTERFACE_RUN_ID |