[Home] [Help]
[Dependency Information]
| Object Name: | IGI_PLSQL_CONTROL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGI |
| FND Design Data: | IGI.IGI_PLSQL_CONTROL
|
| Subobject Name: | |
| Status: | VALID |
IGI_PLSQL_CONTROL is the error log table for many requirements in Oracle Public Sector Financials (International).
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REPORT_RUN_ID | NUMBER | Yes | Report run identifier | |
| ENTRY_TYPE | VARCHAR2 | (240) | Yes | Entry type |
| SEQUENCE | NUMBER | Sequence | ||
| ENTRY_TEXT | VARCHAR2 | (2000) | General description of type of error logged |
Cut, paste (and edit) the following text to query this object:
SELECT REPORT_RUN_ID
, ENTRY_TYPE
, SEQUENCE
, ENTRY_TEXT
FROM IGI.IGI_PLSQL_CONTROL;
IGI.IGI_PLSQL_CONTROL does not reference any database object
IGI.IGI_PLSQL_CONTROL is referenced by following:
APPS
IGI_PLSQL_CONTROL
|
|
|
|