[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AD_APPL_EVAL_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_AD_APPL_EVAL_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) | Unique identifier for the row | |
| APPL_EVAL_ID | NUMBER | (15) | Yes | Unique identifier assigned to each of the evaluator assigned to an application |
| PERSON_ID | NUMBER | (15) | Yes | Contains the institution-defined number that uniquely identifies a person |
| PERSON_NUMBER | VARCHAR2 | (30) | Yes | Describes the person number associated with a person identifier |
| ADMISSION_APPL_NUMBER | NUMBER | (2) | Yes | Describes the admission application number associated with the applicant's application |
| NOMINATED_COURSE_CD | VARCHAR2 | (6) | Yes | Describes the program code of the program for which the applicant is seeking admission |
| SEQUENCE_NUMBER | NUMBER | (6) | Yes | Describes the sequence number of the application |
| EVALUATOR_ID | NUMBER | (15) | Yes | Evaluator person ID |
| FULL_NAME | VARCHAR2 | (450) | Person's full name | |
| ASSIGN_TYPE | VARCHAR2 | (1) | Yes | Describes the assign type, for example M- manual and A- automatic |
| ASSIGN_DATE | DATE | Yes | Date the application was assigned to an evaluator | |
| EVALUATION_DATE | DATE | The date the evaluation was performed | ||
| RATING_VALUES_ID | NUMBER | (15) | Stores the rating values | |
| RATING | VARCHAR2 | (40) | Stores the ratings | |
| RATING_TYPE_ID | NUMBER | (15) | Describes the rating types. It's taken from the IGS_AD_CODE_CLASSES where the code_type = 'RATING_TYPE' | |
| RATING_TYPE | VARCHAR2 | (10) | Stores the name of the rating type | |
| RATING_NOTES | VARCHAR2 | (240) | Evaluator's comments | |
| 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 | |
| REQUEST_ID | NUMBER | (15) | Request identifier of last concurrent program to update this record | |
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Application identifier of last concurrent program to update this record | |
| PROGRAM_ID | NUMBER | (15) | Program identifier of last concurrent program to update this record | |
| PROGRAM_UPDATE_DATE | DATE | Last update date of this record by a concurrent program | ||
| EVALUATION_SEQUENCE | NUMBER | (5) | Sequence number to designate the order in which evaluators should evaluate the applications for a sequential evaluation. For concurrent evaluation value for this field will be null. | |
| RATING_SCALE_ID | NUMBER | A unique identifier assigned to each of the rating scales. | ||
| RATING_SCALE_NAME | VARCHAR2 | (40) | Rating scale name | |
| CLOSED_IND | VARCHAR2 | (1) | Closed Indicator |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, APPL_EVAL_ID
, PERSON_ID
, PERSON_NUMBER
, ADMISSION_APPL_NUMBER
, NOMINATED_COURSE_CD
, SEQUENCE_NUMBER
, EVALUATOR_ID
, FULL_NAME
, ASSIGN_TYPE
, ASSIGN_DATE
, EVALUATION_DATE
, RATING_VALUES_ID
, RATING
, RATING_TYPE_ID
, RATING_TYPE
, RATING_NOTES
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, EVALUATION_SEQUENCE
, RATING_SCALE_ID
, RATING_SCALE_NAME
, CLOSED_IND
FROM APPS.IGS_AD_APPL_EVAL_V;
APPS
IGS_AD_APPL_EVAL
IGS_AD_CODE_CLASSES
IGS_AD_RATING_SCALES_V
IGS_AD_RS_VALUES
IGS_PE_PERSON_BASE_V
APPS
IGS_AD_ASSIGN_EVAL_AI_PKG
- show dependent code
IGS_AD_VAL_ACAI
- show dependent code
IGS_RATINGS_PUB
- show dependent code
|
|
|
|