[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PE_EV_FORM_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_PE_EV_FORM_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) | Row Identifier | |
| EV_FORM_ID | NUMBER | (15) | Yes | A unique identifier |
| PERSON_ID | NUMBER | (15) | Yes | Person ID for student |
| PRINT_FORM | VARCHAR2 | (1) | Yes | Flag indicating if the form is to be printed |
| FORM_EFFECTIVE_DATE | DATE | Yes | Form Effective Date | |
| FORM_STATUS | VARCHAR2 | (1) | Yes | Status code of the form |
| FORM_STATUS_DESC | VARCHAR2 | (80) | Yes | Status description of the form |
| CREATE_REASON | VARCHAR2 | (30) | Yes | Reason for Exchange Visitor Form being created |
| IS_VALID | VARCHAR2 | (1) | Yes | Flag indicating if student is valid |
| PRGM_SPONSOR_AMT | NUMBER | (10) | Program sponsor for the student | |
| GOVT_ORG1_AMT | NUMBER | (10) | Financial support in US dollars for Exchange Visitor | |
| GOVT_ORG1_CODE | VARCHAR2 | (6) | US Government Agency code supporting | |
| GOVT_ORG1_DESC | VARCHAR2 | (80) | US Government Agency description | |
| GOVT_ORG2_AMT | NUMBER | (10) | Financial support in US dollars for Exchange Visitor | |
| GOVT_ORG2_CODE | VARCHAR2 | (6) | US Government Agency code supporting | |
| GOVT_ORG2_DESC | VARCHAR2 | (80) | US Government Agency description | |
| INTL_ORG1_AMT | NUMBER | (10) | Financial support in US dollars for Exchange Visitor | |
| INTL_ORG1_CODE | VARCHAR2 | (6) | International government agent code | |
| INTL_ORG1_DESC | VARCHAR2 | (80) | International government agency description | |
| INTL_ORG2_AMT | NUMBER | (10) | Financial support in US dollars for Exchange Visitor | |
| INTL_ORG2_CODE | VARCHAR2 | (6) | International government agency code | |
| INTL_ORG2_DESC | VARCHAR2 | (80) | International government agency description | |
| EV_GOVT_AMT | NUMBER | (10) | Financial support in US dollars for Exchange Visitor from the Exchange Visitors country | |
| BI_NATNL_COM_AMT | NUMBER | (10) | Financial support in US dollars for Exchange Visitor from Binational Commission of Exchange Visitors country | |
| OTHER_GOVT_AMT | NUMBER | (10) | Financial support in US dollars for Exchange Visitor from all other organizations providing support | |
| PERSONAL_FUNDS_AMT | NUMBER | (10) | Personal Funds for the student | |
| EV_FORM_NUMBER | VARCHAR2 | (30) | Exchange Visitor Form Number | |
| PRGM_START_DATE | DATE | Yes | Program Start Date | |
| PRGM_END_DATE | DATE | Yes | Program End Date | |
| LAST_REPRINT_DATE | DATE | Last time form was reprinted | ||
| REPRINT_REASON | VARCHAR2 | (2) | Reprint Reason code | |
| REPRINT_REASON_DESC | VARCHAR2 | (80) | Reprint Reason description | |
| REPRINT_REMARKS | VARCHAR2 | (500) | Reprint Remarks | |
| POSITION_CODE | NUMBER | (3) | Yes | Position code of Exchange Visitor |
| POSITION_DESC | VARCHAR2 | (80) | Yes | Position description of Exchange Visitor |
| POSITION_REMARKS | VARCHAR2 | (500) | Position remarks | |
| SUBJECT_FIELD_CODE | VARCHAR2 | (7) | Yes | Subject code for the field of study |
| SUBJECT_FIELD_DESC | VARCHAR2 | (80) | Yes | Subject description for the field of study |
| SUBJECT_FIELD_REMARKS | VARCHAR2 | (500) | Subject remarks on field of study | |
| MATRICULATION | VARCHAR2 | (2) | Exchange Visitor matriculation | |
| MATRICULATION_DESC | VARCHAR2 | (80) | Exchange Visitor matriculation description | |
| REMARKS | VARCHAR2 | (500) | General Remarks | |
| CREATION_DATE | DATE | Yes | Standard who column for creation date | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column for person creating |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column for person updating |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column for date updated | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column for login updating | |
| INIT_PRGM_START_DATE | DATE | Exchange Visitor initial program start date | ||
| CATEGORY_CODE | VARCHAR2 | (30) | Exchange Visitor category code | |
| CATEGORY_CODE_DESC | VARCHAR2 | (80) | Meaning of the category code for the Exchange Visitor | |
| NO_SHOW_FLAG | VARCHAR2 | (1) | Used to capture information if an EV have not reported for program | |
| GOVT_ORG1_OTHR_NAME | VARCHAR2 | (360) | Capture the name of the organization if the funding org is selected as OTHER | |
| GOVT_ORG2_OTHR_NAME | VARCHAR2 | (360) | Capture the name of the organization if the funding org is selected as OTHER | |
| INTL_ORG1_OTHR_NAME | VARCHAR2 | (360) | Capture the name of the organization if the funding org is selected as OTHER | |
| INTL_ORG2_OTHR_NAME | VARCHAR2 | (360) | Capture the name of the organization if the funding org is selected as OTHER | |
| OTHER_GOVT_NAME | VARCHAR2 | (360) | Captures the name of the other govt organization. | |
| SEVIS_SCHOOL_IDENTIFIER | NUMBER | (15) | SEVIS School ID | |
| SEVIS_SCHOOL | VARCHAR2 | (360) | Sevis school |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, EV_FORM_ID
, PERSON_ID
, PRINT_FORM
, FORM_EFFECTIVE_DATE
, FORM_STATUS
, FORM_STATUS_DESC
, CREATE_REASON
, IS_VALID
, PRGM_SPONSOR_AMT
, GOVT_ORG1_AMT
, GOVT_ORG1_CODE
, GOVT_ORG1_DESC
, GOVT_ORG2_AMT
, GOVT_ORG2_CODE
, GOVT_ORG2_DESC
, INTL_ORG1_AMT
, INTL_ORG1_CODE
, INTL_ORG1_DESC
, INTL_ORG2_AMT
, INTL_ORG2_CODE
, INTL_ORG2_DESC
, EV_GOVT_AMT
, BI_NATNL_COM_AMT
, OTHER_GOVT_AMT
, PERSONAL_FUNDS_AMT
, EV_FORM_NUMBER
, PRGM_START_DATE
, PRGM_END_DATE
, LAST_REPRINT_DATE
, REPRINT_REASON
, REPRINT_REASON_DESC
, REPRINT_REMARKS
, POSITION_CODE
, POSITION_DESC
, POSITION_REMARKS
, SUBJECT_FIELD_CODE
, SUBJECT_FIELD_DESC
, SUBJECT_FIELD_REMARKS
, MATRICULATION
, MATRICULATION_DESC
, REMARKS
, CREATION_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, INIT_PRGM_START_DATE
, CATEGORY_CODE
, CATEGORY_CODE_DESC
, NO_SHOW_FLAG
, GOVT_ORG1_OTHR_NAME
, GOVT_ORG2_OTHR_NAME
, INTL_ORG1_OTHR_NAME
, INTL_ORG2_OTHR_NAME
, OTHER_GOVT_NAME
, SEVIS_SCHOOL_IDENTIFIER
, SEVIS_SCHOOL
FROM APPS.IGS_PE_EV_FORM_V;
APPS
HZ_PARTIES
IGS_LOOKUP_VALUES
IGS_PE_EV_FORM
APPS.IGS_PE_EV_FORM_V is not referenced by any database object
|
|
|
|