[Home] [Help]
[Dependency Information]
Object Name: | OKL_BPD_CONTRACT_CUSTOMER_UV |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 |
---|---|---|---|---|
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) |
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;
APPS.OKL_BPD_CONTRACT_CUSTOMER_UV is not referenced by any database object
|
|
|