[Home] [Help]
[Dependency Information]
| Object Name: | IGS_GE_S_HELP_CTRL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_GE_S_HELP_CTRL
|
| Subobject Name: | |
| Status: | VALID |
IGS_GE_S_HELP_CTRL describes the base URL location of your online documentation.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_GE_S_HELP_CTRL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
S_CONTROL_NUM
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| S_CONTROL_NUM | NUMBER | (1) | Yes | Internal sequence number - there should only ever be one record in this table |
| BASE_URL | VARCHAR2 | (200) | Describes the base URL location of your online documentation. This is a prefix to all other URL's specified for specific windows and blocks. | |
| OWS_ENABLED_IND | VARCHAR2 | (1) | Yes | Indicates and specifies if the Oracle Web Server is enabled. If it is enabled, security will be enabled. Note - this field should only be set when using an Oracle Web Server as defined in the 'base URL'. |
| TOC_URL | VARCHAR2 | (200) | Describes the table of contents URL - this is the full URL | |
| INDEX_URL | VARCHAR2 | (200) | Describes the index URL - this is the full URL | |
| LINK1_BUTTON_LABEL | VARCHAR2 | (20) | Describes the label to be put on the first user-defined button | |
| LINK1_BASE_URL | VARCHAR2 | (200) | Describes the base URL for the first user-defined link | |
| LINK2_BUTTON_LABEL | VARCHAR2 | (20) | Describes the label to be put on the second user-defined button | |
| LINK2_BASE_URL | VARCHAR2 | (200) | Describes the base URL for the second user-defined link | |
| LINK3_BUTTON_LABEL | VARCHAR2 | (20) | Describes the label to be put on the third user-defined | |
| LINK3_BASE_URL | VARCHAR2 | (200) | Describes the base URL for the third user-defined link | |
| CREATED_BY | NUMBER | (15) | Standard Who column | |
| CREATION_DATE | DATE | Standard Who column | ||
| LAST_UPDATED_BY | NUMBER | (15) | Standard Who column | |
| LAST_UPDATE_DATE | DATE | Standard Who column | ||
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT S_CONTROL_NUM
, BASE_URL
, OWS_ENABLED_IND
, TOC_URL
, INDEX_URL
, LINK1_BUTTON_LABEL
, LINK1_BASE_URL
, LINK2_BUTTON_LABEL
, LINK2_BASE_URL
, LINK3_BUTTON_LABEL
, LINK3_BASE_URL
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_GE_S_HELP_CTRL;
IGS.IGS_GE_S_HELP_CTRL does not reference any database object
IGS.IGS_GE_S_HELP_CTRL is referenced by following:
APPS
IGS_GE_S_HELP_CTRL
|
|
|
|