[Home] [Help]
[Dependency Information]
| Object Name: | OKL_CS_CONT_PARTY_UV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_CS_CONT_PARTY_UV
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CONTRACT_ID | NUMBER | Yes | ||
| CONTRACT_NUMBER | VARCHAR2 | (120) | Yes | Contract Number |
| START_DATE | DATE | Start Date | ||
| END_DATE | DATE | End Date | ||
| STATUS | VARCHAR2 | (90) | Yes | Status |
| DESCRIPTION | VARCHAR2 | (1995) | User entered description | |
| PARTY_ID | NUMBER | (15) | Yes | Party identifier |
| PARTY_TYPE | VARCHAR2 | (30) | Yes | The party type can only be Person, Organization, Group or Relationship. |
| PARTY_STATUS | VARCHAR2 | (1) | Yes | |
| PARTY_NUMBER | VARCHAR2 | (30) | Yes | Unique identification number for this party |
| ADDRESS1 | VARCHAR2 | (240) | First line of the Identifying address | |
| ADDRESS2 | VARCHAR2 | (240) | Second line of the Identifying address | |
| PARTY_NAME | VARCHAR2 | (360) | Yes | Name of this party |
| STATE | VARCHAR2 | (60) | State of the Identifying address | |
| CITY | VARCHAR2 | (60) | City of the Identifying address | |
| PROVINCE | VARCHAR2 | (60) | Province of the Identifying address | |
| POSTAL_CODE | VARCHAR2 | (60) | Postal Code of the Identifying address | |
| COUNTY | VARCHAR2 | (60) | County of the Identifying address | |
| COUNTRY | VARCHAR2 | (60) | The country listed in the TERRITORY_CODE column of the FND_TERRITORY table. for the Identifying address. | |
| PHONE_COUNTRY_CODE | VARCHAR2 | (10) | ||
| PHONE_AREA_CODE | VARCHAR2 | (10) | ||
| PHONE_NUMBER | VARCHAR2 | (40) | ||
| ACCOUNT | VARCHAR2 | (30) | Yes | |
| ORG_ID | NUMBER | Yes | Operating Unit Identifier | |
| OPERATING_UNIT | VARCHAR2 | (240) | Yes | Operating Unit |
Cut, paste (and edit) the following text to query this object:
SELECT CONTRACT_ID
, CONTRACT_NUMBER
, START_DATE
, END_DATE
, STATUS
, DESCRIPTION
, PARTY_ID
, PARTY_TYPE
, PARTY_STATUS
, PARTY_NUMBER
, ADDRESS1
, ADDRESS2
, PARTY_NAME
, STATE
, CITY
, PROVINCE
, POSTAL_CODE
, COUNTY
, COUNTRY
, PHONE_COUNTRY_CODE
, PHONE_AREA_CODE
, PHONE_NUMBER
, ACCOUNT
, ORG_ID
, OPERATING_UNIT
FROM APPS.OKL_CS_CONT_PARTY_UV;
APPS
HR_OPERATING_UNITS
HZ_CONTACT_POINTS
HZ_CUST_ACCOUNTS
HZ_PARTIES
OKC_K_HEADERS_V
OKC_STATUSES_V
OKC_UTIL
- show dependent code
APPS.OKL_CS_CONT_PARTY_UV is not referenced by any database object
|
|
|
|