[Home] [Help]
[Dependency Information]
| Object Name: | IGS_SV_CRT_STDT_OTHER_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_SV_CRT_STDT_OTHER_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View for fetching other informations for new Non-Immigrant students
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BATCH_ID | NUMBER | (14) | Yes | Batch identifier for the request being run. |
| PERSON_ID | NUMBER | (15) | Yes | Person Identifier that is linked to the HZ_PARTIES table. |
| ADMISSION_NUMBER | VARCHAR2 | (11) | Admission number | |
| DRIVERS_LICENSE | VARCHAR2 | (30) | Driver License | |
| DRIVERS_LICENSE_STATE | VARCHAR2 | (2) | Driver License State | |
| SSN | VARCHAR2 | (9) | Social Security Number | |
| TAX_ID | VARCHAR2 | (9) | Tax identifier |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, PERSON_ID
, ADMISSION_NUMBER
, DRIVERS_LICENSE
, DRIVERS_LICENSE_STATE
, SSN
, TAX_ID
FROM APPS.IGS_SV_CRT_STDT_OTHER_V;
APPS
IGS_SV_BTCH_SUMMARY
IGS_SV_LEGAL_INFO
IGS_SV_OTH_INFO
IGS_SV_PERSONS
APPS.IGS_SV_CRT_STDT_OTHER_V is not referenced by any database object
|
|
|
|