[Home] [Help]
[Dependency Information]
| Object Name: | ICX_POR_BUGSEYE_CONFIG |
|---|---|
| Object Type: | TABLE |
| Owner: | ICX |
| FND Design Data: | ICX.ICX_POR_BUGSEYE_CONFIG
|
| Subobject Name: | |
| Status: | VALID |
Controls the look and feel of Bugseye. Configuration information included in this table includes:
? Functions of ECM and the Java implementation class
? HTML color & font specifications
? URLS
? Anything else that can be described as a name/value pair.
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CONFIG_NAME | VARCHAR2 | (2000) | Yes | Configuration name |
| NAME | VARCHAR2 | (2000) | Yes | Name |
| VALUE | VARCHAR2 | (2000) | Value | |
| COMMENTS | VARCHAR2 | (2000) | Comments |
Cut, paste (and edit) the following text to query this object:
SELECT CONFIG_NAME
, NAME
, VALUE
, COMMENTS
FROM ICX.ICX_POR_BUGSEYE_CONFIG;
ICX.ICX_POR_BUGSEYE_CONFIG does not reference any database object
ICX.ICX_POR_BUGSEYE_CONFIG is referenced by following:
APPS
ICX_POR_BUGSEYE_CONFIG
|
|
|
|