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


VIEW: APPS.OKL_BPD_TRX_SUM_ALL_STRMS_UV

Object Details
Object Name: OKL_BPD_TRX_SUM_ALL_STRMS_UV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKL.OKL_BPD_TRX_SUM_ALL_STRMS_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
IXX_ID NUMBER
Yes
CNR_ID NUMBER
Yes Foreign key to view OKL_CNSLD_AR_HDRS_V
DUE_DATE DATE

PARTY_NAME VARCHAR2 (360) Yes Name of this party
CURRENCY_CODE VARCHAR2 (15) Yes Currency Code
CONSOLIDATED_INVOICE_NUMBER VARCHAR2 (90)
DATE_CONSOLIDATED DATE
Yes
IRM_ID NUMBER

RECEIPT_METHOD_NAME VARCHAR2 (30)
INF_ID NUMBER

Foreign key to view OKL_INVOICE_FORMATS_V
NAME VARCHAR2 (150)
Name
ADDRESS1 VARCHAR2 (240) Yes First line of the Identifying address
ADDRESS2 VARCHAR2 (240)
Second line of the Identifying address
ADDRESS3 VARCHAR2 (240)
Third line of the Identifying address
ADDRESS4 VARCHAR2 (240)
Fourth line of the Identifying address
CITY VARCHAR2 (60)
City of the Identifying address
STATE VARCHAR2 (60)
State of the Identifying address
POSTAL_CODE VARCHAR2 (60)
Postal Code of the Identifying address
COUNTRY VARCHAR2 (60) Yes The country listed in the TERRITORY_CODE column of the FND_TERRITORY table. for the Identifying address.
SUM_AMOUNT_DUE_ORIGINAL NUMBER

SUM_BALANCE NUMBER

Query Text

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


SELECT IXX_ID
,      CNR_ID
,      DUE_DATE
,      PARTY_NAME
,      CURRENCY_CODE
,      CONSOLIDATED_INVOICE_NUMBER
,      DATE_CONSOLIDATED
,      IRM_ID
,      RECEIPT_METHOD_NAME
,      INF_ID
,      NAME
,      ADDRESS1
,      ADDRESS2
,      ADDRESS3
,      ADDRESS4
,      CITY
,      STATE
,      POSTAL_CODE
,      COUNTRY
,      SUM_AMOUNT_DUE_ORIGINAL
,      SUM_BALANCE
FROM APPS.OKL_BPD_TRX_SUM_ALL_STRMS_UV;

Dependencies

[top of page]

APPS.OKL_BPD_TRX_SUM_ALL_STRMS_UV references the following:

SchemaAPPS
SynonymAR_PAYMENT_SCHEDULES_ALL
SynonymAR_RECEIPT_METHODS
SynonymHZ_CUST_ACCOUNTS
SynonymHZ_CUST_ACCT_SITES_ALL
SynonymHZ_LOCATIONS
SynonymHZ_PARTIES
SynonymHZ_PARTY_SITES
PL/SQL PackageOKL_ACCOUNTING_UTIL - show dependent code
SynonymOKL_CNSLD_AR_HDRS_B
ViewOKL_CNSLD_AR_LINES_V
ViewOKL_CNSLD_AR_STRMS_V
ViewOKL_INVOICE_FORMATS_V
ViewOKL_STRM_TYPE_V

APPS.OKL_BPD_TRX_SUM_ALL_STRMS_UV is not referenced by any database object