[Home] [Help]
[Dependency Information]
| Object Name: | OKL_INS_PARTYSITES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_INS_PARTYSITES_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 |
|---|---|---|---|---|
| PARTY_ID | NUMBER | (15) | Yes | Identifier for the party. |
| ADDRESS1 | VARCHAR2 | (240) | Yes | First line for address |
| ADDRESS2 | VARCHAR2 | (240) | Second line for address | |
| ADDRESS3 | VARCHAR2 | (240) | Third line for address | |
| ADDRESS4 | VARCHAR2 | (240) | Fourth line for address | |
| CITY | VARCHAR2 | (60) | City | |
| POSTAL_CODE | VARCHAR2 | (60) | Postal code | |
| STATE | VARCHAR2 | (60) | State | |
| COUNTRY | VARCHAR2 | (60) | Yes | Country code from the TERRITORY_CODE column in the FND_TERRITORY table |
| PROVINCE | VARCHAR2 | (60) | Province | |
| COUNTY | VARCHAR2 | (60) | County | |
| ADDRESS | VARCHAR2 | (1329) | Complete address concatenated togther | |
| SITE_ID | NUMBER | (15) | Yes | Party site identifier |
| CATEGORY_CODE | VARCHAR2 | (30) | User-definable category. Lookup type is CUSTOMER_CATEGORY |
Cut, paste (and edit) the following text to query this object:
SELECT PARTY_ID
, ADDRESS1
, ADDRESS2
, ADDRESS3
, ADDRESS4
, CITY
, POSTAL_CODE
, STATE
, COUNTRY
, PROVINCE
, COUNTY
, ADDRESS
, SITE_ID
, CATEGORY_CODE
FROM APPS.OKL_INS_PARTYSITES_V;
APPS
HZ_LOCATIONS
HZ_PARTIES
HZ_PARTY_SITES
APPS
OKL_IPY_PVT
- show dependent code
OKL_SSC_WF
- show dependent code
|
|
|
|