DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.IGS_SV_EDT_FADDR_V

Object Details
Object Name: IGS_SV_EDT_FADDR_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_SV_EDT_FADDR_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


View for fetching US Address information


[View Source]

Columns
Name Datatype Length Mandatory Comments
BATCH_ID NUMBER (14) Yes Batch identifier used for the run of the SEVIS process
PERSON_ID NUMBER (15) Yes Person identifier that the conviction record is associated to
FN_ADDRESS_LINE1 VARCHAR2 (60) Yes First line of the students address.
FN_ADDRESS_LINE2 VARCHAR2 (60)
Second line of the students address.
FN_CITY VARCHAR2 (60)
City for the address lines given for the student.
FN_PROVINCE VARCHAR2 (30)
Province of the address given for the student
FN_POSTAL_CODE VARCHAR2 (20)
Postal code for the students address given.
FN_CNTRY_CODE VARCHAR2 (2)
Country code for the address given for the student
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT BATCH_ID
,      PERSON_ID
,      FN_ADDRESS_LINE1
,      FN_ADDRESS_LINE2
,      FN_CITY
,      FN_PROVINCE
,      FN_POSTAL_CODE
,      FN_CNTRY_CODE
FROM APPS.IGS_SV_EDT_FADDR_V;

Dependencies

[top of page]

APPS.IGS_SV_EDT_FADDR_V references the following:

SchemaAPPS
SynonymIGS_SV_ADDRESSES
SynonymIGS_SV_BTCH_SUMMARY

APPS.IGS_SV_EDT_FADDR_V is not referenced by any database object