[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AD_SS_TERMS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_AD_SS_TERMS_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 Terms and Conditions are attached. |
| COND_ID | NUMBER | (15) | Yes | A unique identifier for the component also used to order the display sequence on the terms and conditions page. |
| COND_DISP_NAME | VARCHAR2 | (80) | Yes | Condition header of the Terms and conditions components. |
| COND_DISP_TEXT | VARCHAR2 | (1000) | Condition to be displayed to the applicant. | |
| INCLUDE_FLAG | VARCHAR2 | (1) | Yes | Indicate to include the term in the Terms and Conditions page. |
| 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
, COND_ID
, COND_DISP_NAME
, COND_DISP_TEXT
, INCLUDE_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGS_AD_SS_TERMS_V;
APPS
IGS_AD_SS_TERMS
APPS.IGS_AD_SS_TERMS_V is not referenced by any database object
|
|
|
|