[Home] [Help]
[Dependency Information]
Object Name: | IGSFV_ADM_APPL_PROG_EVAL |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
APPL_REVIEW_PROFILE_ID | NUMBER | (15) | Yes | Unique Identifier of a Admission Application review profile. |
PERSON_ID | NUMBER | (15) | Yes | This field describes the ID code of the person that the admission application is for. |
PERSON_NUMBER | VARCHAR2 | (30) | Yes | Unique identification number for this party |
PERSON_NAME | VARCHAR2 | (450) | The combination of title, first, middle, last, and suffix names. | |
ADMISSION_APPLICATION_NUMBER | NUMBER | (2) | Yes | Identifies uniquely an admission application for a person |
NOMINATED_PROGRAM_CODE | VARCHAR2 | (6) | Yes | This field describes the course code of the course offering instance that the person is applying for admission to. |
APPLICATION_SEQUENCE_NUMBER | NUMBER | (6) | Yes | This field describes the unique identifier of an admission course application instance. The unique identifier is required to allow for preferences on location code attendance mode attendance type and unit set code |
REVIEW_PROFILE_ID | NUMBER | (15) | Yes | Unique Identifier of a Application Review Profile Review Group. |
REVIEW_PROFILE_NAME | VARCHAR2 | (80) | User defined Application Review Profile Name. | |
APPL_REVPROFILE_REVGROUP_ID | NUMBER | (15) | Unique Identifier of a Application Review Profile Review Group. | |
REV_PROFILE_REVIEW_GROUP_CODE | VARCHAR2 | (30) | Application Review Profile Review Group Code. | |
REV_PROFILE_REVIEW_GROUP_NAME | VARCHAR2 | (80) | Application Review Profile Review Group Name. | |
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 |
Cut, paste (and edit) the following text to query this object:
SELECT APPL_REVIEW_PROFILE_ID
, PERSON_ID
, PERSON_NUMBER
, PERSON_NAME
, ADMISSION_APPLICATION_NUMBER
, NOMINATED_PROGRAM_CODE
, APPLICATION_SEQUENCE_NUMBER
, REVIEW_PROFILE_ID
, REVIEW_PROFILE_NAME
, APPL_REVPROFILE_REVGROUP_ID
, REV_PROFILE_REVIEW_GROUP_CODE
, REV_PROFILE_REVIEW_GROUP_NAME
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSFV_ADM_APPL_PROG_EVAL;
APPS.IGSFV_ADM_APPL_PROG_EVAL is not referenced by any database object
|
|
|