[Home] [Help]
[Dependency Information]
| Object Name: | CS_SR_INCIDENT_ADDRESS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CS.CS_SR_INCIDENT_ADDRESS_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ADDRESS | VARCHAR2 | (963) | Concatinated Address | |
| CITY | VARCHAR2 | (60) | City | |
| STATE | VARCHAR2 | (60) | State | |
| COUNTRY | VARCHAR2 | (60) | Yes | Country |
| PROVINCE | VARCHAR2 | (60) | Province | |
| POSTAL_CODE | VARCHAR2 | (60) | Postal Code | |
| COUNTY | VARCHAR2 | (60) | County | |
| LOCATION_ID | NUMBER | Location Identifier | ||
| LOCATION_TYPE_CODE | VARCHAR2 | (13) | Incident Location Type Code - HZ_PARTY_SITES or HZ_LOCATIONS or NULL | |
| PARTY_ID | NUMBER | (15) | Party ID for HZ_PARTY_SITES. | |
| PARTY_NAME | VARCHAR2 | (360) | Party Name for HZ_PARTY_SITES. | |
| PARTY_TYPE | VARCHAR2 | (30) | Party type of party from HZ_PARTIES |
Cut, paste (and edit) the following text to query this object:
SELECT ADDRESS
, CITY
, STATE
, COUNTRY
, PROVINCE
, POSTAL_CODE
, COUNTY
, LOCATION_ID
, LOCATION_TYPE_CODE
, PARTY_ID
, PARTY_NAME
, PARTY_TYPE
FROM APPS.CS_SR_INCIDENT_ADDRESS_V;
APPS
HZ_LOCATIONS
HZ_PARTIES
HZ_PARTY_SITES
APPS
CUG_GENERIC_WF_PKG
- show dependent code
|
|
|
|