DBA Data[Home] [Help] [Dependency Information]


TABLE: IGS.IGS_AD_SS_APPL_COMPS

Object Details
Object Name: IGS_AD_SS_APPL_COMPS
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_AD_SS_APPL_COMPS
Subobject Name:
Status: VALID


Holds the Self Service Page and its Components attached to an Admission Application Type


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_AD_SS_APPL_COMPS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnADMISSION_APPLICATION_TYPE
ColumnPAGE_NAME
ColumnCOMPONENT_CODE
Columns
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
Query Text

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;

Dependencies

[top of page]

IGS.IGS_AD_SS_APPL_COMPS does not reference any database object

IGS.IGS_AD_SS_APPL_COMPS is referenced by following:

SchemaAPPS
SynonymIGS_AD_SS_APPL_COMPS