[Home] [Help]
[Dependency Information]
| Object Name: | OKX_PARTY_SITE_USES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKX.OKX_PARTY_SITE_USES_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 |
|---|---|---|---|---|
| ID1 | NUMBER | (15) | Party site use identifier | |
| ID2 | CHAR | (1) | (Multi-part) Primary Key | |
| PARTY_SITE_ID | NUMBER | (15) | Yes | Party site identifier. FK to HZ_PARTY_SITES |
| LOCATION_ID | NUMBER | (15) | Yes | Location identifier and foreign key to HZ_LOCATIONS. |
| PARTY_SITE_NUMBER | VARCHAR2 | (30) | Yes | Party site number |
| PARTY_ID | NUMBER | (15) | Yes | Party identifier and foreign key to HZ_PARTIES. |
| NAME | VARCHAR2 | (240) | A user defined name for the site | |
| COMMENTS | VARCHAR2 | (240) | A textual description of the possible use of a site by a party. | |
| STATUS | VARCHAR2 | (1) | Party site status flag | |
| COUNTRY | VARCHAR2 | (60) | Yes | FND_TERRITORY.TERRITORY_CODE |
| 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 | |
| PROVINCE | VARCHAR2 | (60) | Province | |
| COUNTY | VARCHAR2 | (60) | County | |
| LOCATION_DESCRIPTION | VARCHAR2 | (2000) | Description of the site use | |
| DESCRIPTION | VARCHAR2 | (80) | Formatted address, country specific | |
| SITE_USE_TYPE | VARCHAR2 | (30) | Site use type | |
| PRIMARY_UOM_CODE | VARCHAR2 | (0) | Used for lines entry, list of UOM. |
Cut, paste (and edit) the following text to query this object:
SELECT ID1
, ID2
, PARTY_SITE_ID
, LOCATION_ID
, PARTY_SITE_NUMBER
, PARTY_ID
, NAME
, COMMENTS
, STATUS
, COUNTRY
, ADDRESS1
, ADDRESS2
, ADDRESS3
, ADDRESS4
, CITY
, POSTAL_CODE
, STATE
, PROVINCE
, COUNTY
, LOCATION_DESCRIPTION
, DESCRIPTION
, SITE_USE_TYPE
, PRIMARY_UOM_CODE
FROM APPS.OKX_PARTY_SITE_USES_V;
APPS
ARP_ADDR_LABEL_PKG
- show dependent code
HZ_LOCATIONS
HZ_PARTY_SITES
HZ_PARTY_SITE_USES
APPS
OKL_ACTIVATE_IB_PVT
- show dependent code
OKL_BLK_AST_UPD_PVT
- show dependent code
OKL_CREATE_KLE_PVT
- show dependent code
OKL_ITI_PVT
- show dependent code
OKL_LLA_UTIL_PVT
- show dependent code
OKL_OPEN_INTERFACE_PVT
- show dependent code
OKL_PROCESS_SALES_TAX_PVT
- show dependent code
OKL_RELEASE_PVT
- show dependent code
OKL_SSC_WF
- show dependent code
OKL_UTIL
- show dependent code
OKS_CUST_PRODUCTS_V
|
|
|
|