[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AD_APPL_HIST_APHSTRY_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_AD_APPL_HIST_APHSTRY_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) | ||
| PERSON_ID | NUMBER | (15) | Describes the Person ID of the person applying for admission. | |
| PERSON_NUMBER | VARCHAR2 | (30) | ||
| ADMISSION_APPL_NUMBER | NUMBER | (2) | This field uniquely identifies an admission application for a person. | |
| HIST_START_DT | DATE | The effective start date/time of the history record. | ||
| HIST_END_DT | DATE | The effective end date/time of the history record. | ||
| HIST_WHO | NUMBER | (15) | The Oracle username of the person who created the history record. | |
| APPL_DT | DATE | Describes the effective date that the application for admission was made. | ||
| ACAD_ALTERNATE_CODE | VARCHAR2 | (10) | The alternate short reference code for identifying an academic calendar instance. This code is used for mass keying of enrolments and unit/course offerings. | |
| ACAD_CAL_TYPE | VARCHAR2 | (10) | This field describes the academic calendar type to which the admission application applies. | |
| ACAD_CI_SEQUENCE_NUMBER | NUMBER | (6) | This field describes the academic calendar sequence number of the admission application. | |
| ADM_ALTERNATE_CODE | VARCHAR2 | (10) | The alternate short reference code for identifying an admissions calendar instance. This code is used for mass keying of enrolments and unit/course offerings. | |
| ADM_CAL_TYPE | VARCHAR2 | (10) | This field describes the admission calendar type that the admission application is for. | |
| ADM_CI_SEQUENCE_NUMBER | NUMBER | (6) | This field describes the admission calendar sequence number that the admission application is for. | |
| ADMISSION_CAT | VARCHAR2 | (4000) | This field describes the institution-defined admission category of the admission application. | |
| S_ADMISSION_PROCESS_TYPE | VARCHAR2 | (4000) | This field describes the system-defined admission process type of the admission application. | |
| ADM_APPL_STATUS | VARCHAR2 | (4000) | This field describes the institution-defined application status of the admission application. | |
| ADM_FEE_STATUS | VARCHAR2 | (4000) | This field describes the institution-defined fee status of the admission application. | |
| TAC_APPL_IND | VARCHAR2 | (4000) | This field describes whether or not the application has been made via the Tertiary Admission Centre. | |
| CREATED_BY | NUMBER | (15) | ||
| CREATION_DATE | DATE | |||
| LAST_UPDATED_BY | NUMBER | (15) | ||
| LAST_UPDATE_DATE | DATE | |||
| LAST_UPDATE_LOGIN | NUMBER | (15) |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, PERSON_ID
, PERSON_NUMBER
, ADMISSION_APPL_NUMBER
, HIST_START_DT
, HIST_END_DT
, HIST_WHO
, APPL_DT
, ACAD_ALTERNATE_CODE
, ACAD_CAL_TYPE
, ACAD_CI_SEQUENCE_NUMBER
, ADM_ALTERNATE_CODE
, ADM_CAL_TYPE
, ADM_CI_SEQUENCE_NUMBER
, ADMISSION_CAT
, S_ADMISSION_PROCESS_TYPE
, ADM_APPL_STATUS
, ADM_FEE_STATUS
, TAC_APPL_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGS_AD_APPL_HIST_APHSTRY_V;
APPS
IGS_AD_APPL
IGS_AD_APPL_HIST
IGS_AU_GEN_001
- show dependent code
IGS_CA_INST
IGS_GE_DATE
- show dependent code
IGS_PE_PERSON_BASE_V
APPS.IGS_AD_APPL_HIST_APHSTRY_V is not referenced by any database object
|
|
|
|