[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AD_SS_APPL_COMPS |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_AD_SS_APPL_COMPS
|
| Subobject Name: | |
| Status: | VALID |
Holds the Self Service Page and its Components attached to an Admission Application Type
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_AD_SS_APPL_COMPS_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ADMISSION_APPLICATION_TYPE
PAGE_NAME
COMPONENT_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ADMISSION_APPLICATION_TYPE | VARCHAR2 | (30) | Yes | Admission Application Type to which Page Name is attached |
| PAGE_NAME | VARCHAR2 | (30) | Yes | Self Service Page Name attached to an Admission Application Type |
| COMPONENT_CODE | VARCHAR2 | (30) | Yes | Self Service Component Code attached to a Page of Admission Application Type |
| COMP_DISP_NAME | VARCHAR2 | (80) | Yes | The name displayed for the component in the component header and the required components content container. |
| INCLUDE_FLAG | VARCHAR2 | (1) | Yes | Indicate whether the component is to be included on the page. |
| REQUIRED_FLAG | VARCHAR2 | (1) | Yes | Indicate whether the component is required to submit an application. |
| CREATED_BY | NUMBER | (15) | Yes | Standard WHO column |
| CREATION_DATE | DATE | Yes | Standard WHO column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard WHO column |
| LAST_UPDATE_DATE | DATE | Yes | Standard WHO column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard WHO column |
Cut, paste (and edit) the following text to query this object:
SELECT ADMISSION_APPLICATION_TYPE
, PAGE_NAME
, COMPONENT_CODE
, COMP_DISP_NAME
, INCLUDE_FLAG
, REQUIRED_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_AD_SS_APPL_COMPS;
IGS.IGS_AD_SS_APPL_COMPS does not reference any database object
IGS.IGS_AD_SS_APPL_COMPS is referenced by following:
APPS
IGS_AD_SS_APPL_COMPS
|
|
|
|