[Home] [Help]
[Dependency Information]
| Object Name: | IGS_SV_EV_ADD_SOA_BLK_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_SV_EV_ADD_SOA_BLK_V
|
| Subobject Name: | |
| Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
View for obtaining site of activity information for the Exchange Visitor
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BATCH_ID | NUMBER | (14) | Yes | Batch identifier for the request |
| PERSON_ID | NUMBER | (15) | Yes | Person identifier for the Exchange Visitor in the batch request. |
| US_ADDRESS_LINE1 | VARCHAR2 | (60) | Yes | Site of activity United States Address Line 1 |
| US_ADDRESS_LINE2 | VARCHAR2 | (60) | Site of activity United States Address Line 2 | |
| US_CITY | VARCHAR2 | (60) | Site of activity United States city. | |
| US_STATE | VARCHAR2 | (2) | Site of activity United States state | |
| US_POSTAL_CODE | VARCHAR2 | (20) | Site of activity United States postal code | |
| US_POSTAL_ROUTING_CODE | VARCHAR2 | (4) | Site of activity United States postal routing code | |
| PARTY_SITE_ID | NUMBER | (15) | Yes | Site of activity party site identifier. |
| PARTY_SITE_NAME | VARCHAR2 | (162) | Unique Identifier for Site of Activity | |
| PRIMARY_FLAG | VARCHAR2 | (1) | Indicates if the site of activity is primary or not |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, PERSON_ID
, US_ADDRESS_LINE1
, US_ADDRESS_LINE2
, US_CITY
, US_STATE
, US_POSTAL_CODE
, US_POSTAL_ROUTING_CODE
, PARTY_SITE_ID
, PARTY_SITE_NAME
, PRIMARY_FLAG
FROM APPS.IGS_SV_EV_ADD_SOA_BLK_V;
APPS
IGS_SV_ADDRESSES
IGS_SV_BTCH_SUMMARY
APPS.IGS_SV_EV_ADD_SOA_BLK_V is not referenced by any database object
|
|
|
|