[Home] [Help]
[Dependency Information]
| Object Name: | IGF_AP_APP_ST_APLINST_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGF.IGF_AP_APP_ST_APLINST_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) | Shows the database row id | |
| BASE_ID | NUMBER | (10) | Yes | Identifier for student |
| PERSON_ID | NUMBER | (15) | Yes | Identifier for person |
| PERSON_NUMBER | VARCHAR2 | (30) | Yes | Contains uniquely defined person number |
| SSN | VARCHAR2 | (20) | Yes | Contains the SSN of the student |
| CI_CAL_TYPE | VARCHAR2 | (10) | Yes | Identifier for calender type |
| CI_SEQUENCE_NUMBER | NUMBER | (6) | Yes | Identifier for calender sequence number |
| CI_ALTERNATE_CODE | VARCHAR2 | (10) | Current award year | |
| START_DT | DATE | Yes | Start date of the current award year | |
| END_DT | DATE | Yes | End date of the current award year | |
| SURNAME | VARCHAR2 | (150) | Contains the surname of the given student | |
| GIVEN_NAMES | VARCHAR2 | (150) | Contains the full name of the given student | |
| QUESTION_ID | NUMBER | (15) | Yes | Identifier for question |
| QUESTION_VALUE | VARCHAR2 | (200) | Contains the answer for the question mention for the given award year | |
| INST_APP_ID | NUMBER | (15) | Yes | Identifier for the institution application |
| QUESTION | VARCHAR2 | (200) | Yes | Contains the question defined in the institional application |
| ORG_ID | NUMBER | (15) | Identifier for organization | |
| 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
, BASE_ID
, PERSON_ID
, PERSON_NUMBER
, SSN
, CI_CAL_TYPE
, CI_SEQUENCE_NUMBER
, CI_ALTERNATE_CODE
, START_DT
, END_DT
, SURNAME
, GIVEN_NAMES
, QUESTION_ID
, QUESTION_VALUE
, INST_APP_ID
, QUESTION
, ORG_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGF_AP_APP_ST_APLINST_V;
APPS
IGF_AP_APPL_SETUP
IGF_AP_FA_BASE_REC
IGF_AP_ST_INST_APPL
IGS_CA_INST
IGS_EN_GEN_003
- show dependent code
IGS_EN_GEN_007
- show dependent code
IGS_PE_ALT_PERS_ID
IGS_PE_PERSON
APPS.IGF_AP_APP_ST_APLINST_V is not referenced by any database object
|
|
|
|