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


VIEW: APPS.OKL_ACCRUAL_OVERRIDE_UV

Object Details
Object Name: OKL_ACCRUAL_OVERRIDE_UV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKL.OKL_ACCRUAL_OVERRIDE_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
ID NUMBER
Yes Primary key column
CONTRACT_NUMBER VARCHAR2 (120) Yes Contract Number
DEAL_TYPE VARCHAR2 (30)
AUTHORING_ORG_ID NUMBER
Yes Identifier of the Operating Unit to which the contract belongs. This is the same as that of the responsibility in case the contract is created manually. If the contract is created from another contract (for example, through a copy operation), then this is the same as that of the source contract
PRODUCT_NAME VARCHAR2 (150) Yes This is the name for the Product.
CUSTOMER_NAME VARCHAR2 (360) Yes Party name
CURRENCY_CODE VARCHAR2 (15)
RECEIVABLE_VALUE NUMBER

CAPITAL_BALANCE NUMBER

GENERATE_ACCRUAL_OVERRIDE_YN VARCHAR2 (3)
DEAL_TYPE_MEANING VARCHAR2 (4000)
OVERRIDE_YN_MEANING VARCHAR2 (4000)
END_DATE DATE

End Date
TERM_DURATION NUMBER (10)
Query Text

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


SELECT ID
,      CONTRACT_NUMBER
,      DEAL_TYPE
,      AUTHORING_ORG_ID
,      PRODUCT_NAME
,      CUSTOMER_NAME
,      CURRENCY_CODE
,      RECEIVABLE_VALUE
,      CAPITAL_BALANCE
,      GENERATE_ACCRUAL_OVERRIDE_YN
,      DEAL_TYPE_MEANING
,      OVERRIDE_YN_MEANING
,      END_DATE
,      TERM_DURATION
FROM APPS.OKL_ACCRUAL_OVERRIDE_UV;

Dependencies

[top of page]

APPS.OKL_ACCRUAL_OVERRIDE_UV references the following:

SchemaAPPS
SynonymOKC_K_HEADERS_B
SynonymOKC_K_PARTY_ROLES_B
PL/SQL PackageOKL_ACCOUNTING_UTIL - show dependent code
PL/SQL PackageOKL_GENERATE_ACCRUALS_PUB - show dependent code
SynonymOKL_K_HEADERS
PL/SQL PackageOKL_LOSS_PROV_PUB - show dependent code
SynonymOKL_PRODUCTS
ViewOKX_PARTIES_V

APPS.OKL_ACCRUAL_OVERRIDE_UV is not referenced by any database object