[Home] [Help]
[Dependency Information]
Object Name: | GL_INTERFACE_CONTROL |
---|---|
Object Type: | TABLE |
Owner: | GL |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
GL_INTERFACE_CONTROL_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
JE_SOURCE_NAME | VARCHAR2 | (25) | Yes | Journal entry source |
STATUS | VARCHAR2 | (1) | Yes | Journal Import status |
INTERFACE_RUN_ID | NUMBER | (15) | Journal Import process defining column | |
GROUP_ID | NUMBER | (15) | Interface group defining column | |
SET_OF_BOOKS_ID | NUMBER | (15) | Ledger defining column | |
PACKET_ID | NUMBER | (15) | Budgetary control packet defining column | |
INTERFACE_TABLE_NAME | VARCHAR2 | (30) | Journal Import interface table | |
PROCESSED_TABLE_CODE | VARCHAR2 | (1) | Indicates what should be done with the data once it has been processed | |
REQUEST_ID | NUMBER | (15) | Concurrent request defining column |
Cut, paste (and edit) the following text to query this object:
SELECT JE_SOURCE_NAME
, STATUS
, INTERFACE_RUN_ID
, GROUP_ID
, SET_OF_BOOKS_ID
, PACKET_ID
, INTERFACE_TABLE_NAME
, PROCESSED_TABLE_CODE
, REQUEST_ID
FROM GL.GL_INTERFACE_CONTROL;
GL.GL_INTERFACE_CONTROL does not reference any database object
GL.GL_INTERFACE_CONTROL is referenced by following:
|
|
|