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


VIEW: APPS.OKL_BPD_CONTRACT_CUSTOMER_UV

Object Details
Object Name: OKL_BPD_CONTRACT_CUSTOMER_UV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKL.OKL_BPD_CONTRACT_CUSTOMER_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
CUSTOMER_ACCOUNT_ID NUMBER (15) Yes Party Identifier
CUSTOMER_NAME VARCHAR2 (360) Yes Party name
CUSTOMER_NUMBER VARCHAR2 (30) Yes Party number
CONTRACT_ID NUMBER
Yes Primary key column.
CONTRACT_NUMBER VARCHAR2 (120) Yes Contract Number
CUST_ACCT_SITE_ID NUMBER (15) Yes Customer Site identifier
LOCATION_ID NUMBER (15) Yes Location Identifier
PARTY_ID VARCHAR2 (40)
A foreign key to the HZ_PARTY table.
BILL_TO_SITE_NAME VARCHAR2 (40) Yes Site use identifier
CURRENCY_CODE VARCHAR2 (15)
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CUSTOMER_ACCOUNT_ID
,      CUSTOMER_NAME
,      CUSTOMER_NUMBER
,      CONTRACT_ID
,      CONTRACT_NUMBER
,      CUST_ACCT_SITE_ID
,      LOCATION_ID
,      PARTY_ID
,      BILL_TO_SITE_NAME
,      CURRENCY_CODE
FROM APPS.OKL_BPD_CONTRACT_CUSTOMER_UV;

Dependencies

[top of page]

APPS.OKL_BPD_CONTRACT_CUSTOMER_UV references the following:

SchemaAPPS
PL/SQL PackageARP_ADDR_LABEL_PKG - show dependent code
SynonymOKC_K_HEADERS_B
SynonymOKC_K_PARTY_ROLES_B
ViewOKX_CUSTOMER_ACCOUNTS_V
ViewOKX_CUST_SITE_USES_V
ViewOKX_PARTIES_V

APPS.OKL_BPD_CONTRACT_CUSTOMER_UV is not referenced by any database object