DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.OKL_CS_CONT_PARTY_UV

Object Details
Object Name: OKL_CS_CONT_PARTY_UV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKL.OKL_CS_CONT_PARTY_UV
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.OKL_CS_CONT_PARTY_UV references the following:

SchemaAPPS
ViewHR_OPERATING_UNITS
SynonymHZ_CONTACT_POINTS
SynonymHZ_CUST_ACCOUNTS
SynonymHZ_PARTIES
ViewOKC_K_HEADERS_V
ViewOKC_STATUSES_V
PL/SQL PackageOKC_UTIL - show dependent code

APPS.OKL_CS_CONT_PARTY_UV is not referenced by any database object