[Home] [Help]
[Dependency Information]
Object Name: | IGS_SV_EV_DEL_SOA_BLK_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
View for deleting 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. |
PARTY_SITE_ID | NUMBER | (15) | Yes | Site of activity party site identifier. |
REMARKS | VARCHAR2 | (500) | Remarks on delete of site of activity. | |
PARTY_SITE_NAME | VARCHAR2 | (162) | Unique identifier for SOA |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, PERSON_ID
, PARTY_SITE_ID
, REMARKS
, PARTY_SITE_NAME
FROM APPS.IGS_SV_EV_DEL_SOA_BLK_V;
APPS.IGS_SV_EV_DEL_SOA_BLK_V is not referenced by any database object
|
|
|