[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AD_SS_APPL_COMPS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_AD_SS_APPL_COMPS_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Rowid | |
| 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 |
| PAGE_DESC | VARCHAR2 | (80) | Yes | Self Service Page Description attached to an Admission Application Type |
| COMPONENT_CODE | VARCHAR2 | (30) | Yes | Self Service Component Name attached to a Page of Admission Application Type |
| COMPONENT_DESC | VARCHAR2 | (80) | Yes | Self Service component description 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 ROW_ID
, ADMISSION_APPLICATION_TYPE
, PAGE_NAME
, PAGE_DESC
, COMPONENT_CODE
, COMPONENT_DESC
, COMP_DISP_NAME
, INCLUDE_FLAG
, REQUIRED_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGS_AD_SS_APPL_COMPS_V;
APPS
IGS_AD_SS_APPL_COMPS
IGS_LOOKUP_VALUES
APPS.IGS_AD_SS_APPL_COMPS_V is not referenced by any database object
|
|
|
|