[Home] [Help]
[Dependency Information]
| Object Name: | IGS_SV_CPT_EMPL_BLK_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_SV_CPT_EMPL_BLK_V
|
| Subobject Name: | |
| Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
View for obtaining information for the XML block describing the CPT type of employment for the student.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BATCH_ID | NUMBER | (14) | Yes | Batch identifier for the requested run. |
| PERSON_ID | NUMBER | (15) | Yes | Person identifier for the student in the request. |
| PRINT_FORM | VARCHAR2 | (1) | Yes | Flag indicating if SEVIS is being requested to print form or not. |
| EMPLOYMENT_START_DATE | VARCHAR2 | (10) | Date that student emplyment started. | |
| EMPLOYMENT_END_DATE | VARCHAR2 | (10) | Date that employment for student ended. | |
| EMPLOYMENT | VARCHAR2 | (2) | The type of employment value being Full Time or Part Time. | |
| EMPLOYER_NAME | VARCHAR2 | (500) | Employers name for the student. | |
| EMPLOYER_ADDRESS_LINE1 | VARCHAR2 | (60) | Employers address line 1. | |
| EMPLOYER_ADDRESS_LINE2 | VARCHAR2 | (60) | Employers address line 2. | |
| EMPLOYER_CITY | VARCHAR2 | (60) | Employers city. | |
| EMPLOYER_STATE | VARCHAR2 | (2) | Employers state code value. | |
| EMPLOYER_POSTAL_CODE | VARCHAR2 | (5) | Employers address postal code. | |
| EMPLOYER_POSTAL_ROUTING_CODE | VARCHAR2 | (4) | Employers address postal routing code. | |
| COURSE_RELEVANCE | VARCHAR2 | (500) | Remarks on the relevance that emplyment has on student course. | |
| REMARKS | VARCHAR2 | (500) | Remarks on student empl;oyment. |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, PERSON_ID
, PRINT_FORM
, EMPLOYMENT_START_DATE
, EMPLOYMENT_END_DATE
, EMPLOYMENT
, EMPLOYER_NAME
, EMPLOYER_ADDRESS_LINE1
, EMPLOYER_ADDRESS_LINE2
, EMPLOYER_CITY
, EMPLOYER_STATE
, EMPLOYER_POSTAL_CODE
, EMPLOYER_POSTAL_ROUTING_CODE
, COURSE_RELEVANCE
, REMARKS
FROM APPS.IGS_SV_CPT_EMPL_BLK_V;
APPS
IGS_SV_EMPL_INFO
APPS.IGS_SV_CPT_EMPL_BLK_V is not referenced by any database object
|
|
|
|