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


VIEW: APPS.OKL_CS_TAX_HDR_UV

Object Details
Object Name: OKL_CS_TAX_HDR_UV
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

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

Contract identifier
STREAM_TYPE VARCHAR2 (150) Yes Stream Type Name
DUE_DATE DATE
Yes Due Date
TAXABLE_AMOUNT NUMBER

Total Taxable Amount
TAX_AMOUNT NUMBER

Total Tax Amount
CURRENCY_CODE VARCHAR2 (15)
Currency Code
STY_ID NUMBER
Yes Stream Type Identifier
TRQ_ID NUMBER
Yes Transaction line Identifier
Query Text

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


SELECT CONTRACT_ID
,      STREAM_TYPE
,      DUE_DATE
,      TAXABLE_AMOUNT
,      TAX_AMOUNT
,      CURRENCY_CODE
,      STY_ID
,      TRQ_ID
FROM APPS.OKL_CS_TAX_HDR_UV;

Dependencies

[top of page]

APPS.OKL_CS_TAX_HDR_UV references the following:

SchemaAPPS
SynonymOKC_K_HEADERS_ALL_B
SynonymOKL_STREAMS
SynonymOKL_STRM_ELEMENTS
SynonymOKL_STRM_TYPE_TL
SynonymOKL_TAX_SOURCES

APPS.OKL_CS_TAX_HDR_UV is not referenced by any database object