[Home] [Help]
[Dependency Information]
| Object Name: | ICX_PARAMETERS |
|---|---|
| Object Type: | TABLE |
| Owner: | ICX |
| FND Design Data: | ICX.ICX_PARAMETERS
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| HOME_URL | VARCHAR2 | (240) | The default URL when the user clicks on Exit | |
| QUERY_SET | NUMBER | Yes | The maximum number of rows to be displayed at one time. If the number of result rows is larger then the user has to be provided with a method to view next and previous sets of records. | |
| MAX_ROWS | NUMBER | (15) | ||
| WEBMASTER_EMAIL | VARCHAR2 | (80) | Email address of the sites Webmaster | |
| SESSION_COOKIE_NAME | VARCHAR2 | (30) | Session Cookie Name | |
| WINDOW_COOKIE_NAME | VARCHAR2 | (30) | Window Cookie Name | |
| SESSION_COOKIE_DOMAIN | VARCHAR2 | (30) | Session Cookie Domain | |
| SESSION_COOKIE | VARCHAR2 | (240) | Session Cookie | |
| CREATED_BY | NUMBER | Yes | Standard Who column | |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT HOME_URL
, QUERY_SET
, MAX_ROWS
, WEBMASTER_EMAIL
, SESSION_COOKIE_NAME
, WINDOW_COOKIE_NAME
, SESSION_COOKIE_DOMAIN
, SESSION_COOKIE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM ICX.ICX_PARAMETERS;
ICX.ICX_PARAMETERS does not reference any database object
ICX.ICX_PARAMETERS is referenced by following:
ICX
ICX_PARAMETERS#
|
|
|
|