[Home] [Help]
[Dependency Information]
| Object Name: | LNS_LOAN_API_ERRORS_GT |
|---|---|
| Object Type: | TABLE |
| Owner: | LNS |
| FND Design Data: | LNS.LNS_LOAN_API_ERRORS_GT
|
| Subobject Name: | |
| Status: | VALID |
LNS.LNS_LOAN_API_ERRORS_GT is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$TRANSACTION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ERROR_NUMBER | NUMBER | (15) | Yes | |
| LINE_NUMBER | NUMBER | (15) | ||
| MESSAGE_NAME | VARCHAR2 | (30) | Yes | |
| MESSAGE_TEXT | VARCHAR2 | (2000) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT ERROR_NUMBER
, LINE_NUMBER
, MESSAGE_NAME
, MESSAGE_TEXT
FROM LNS.LNS_LOAN_API_ERRORS_GT;
LNS.LNS_LOAN_API_ERRORS_GT does not reference any database object
LNS.LNS_LOAN_API_ERRORS_GT is referenced by following:
APPS
LNS_LOAN_API_ERRORS_GT
|
|
|
|