[Home] [Help]
[Dependency Information]
Object Name: | JL_CO_GL_CONC_ERRS |
---|---|
Object Type: | TABLE |
Owner: | JL |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table will contain a row for each error that is encountered with the data that is being processed by the Third Party Balances concurrent program. When a new Third Party Balances process is run, all of the rows will be deleted.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PROCESS_ID | NUMBER | (15) | Yes | Process request ID |
JE_HEADER_ID | NUMBER | (15) | Yes | GL Journal entry header ID |
JE_LINE_NUM | NUMBER | (15) | Yes | GL Journal entry line number |
CREATED_BY | NUMBER | (15) | Yes | Standard Who Column |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column |
MESSAGE_TEXT | VARCHAR2 | (2000) | Yes | Error message text |
CREATION_DATE | DATE | Yes | Standard Who Column | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
IDENTIFIER | VARCHAR2 | (360) | Stores the Supplier, Customer or NIT number | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT PROCESS_ID
, JE_HEADER_ID
, JE_LINE_NUM
, CREATED_BY
, LAST_UPDATED_BY
, MESSAGE_TEXT
, CREATION_DATE
, LAST_UPDATE_DATE
, IDENTIFIER
, LAST_UPDATE_LOGIN
FROM JL.JL_CO_GL_CONC_ERRS;
JL.JL_CO_GL_CONC_ERRS does not reference any database object
JL.JL_CO_GL_CONC_ERRS is referenced by following:
|
|
|