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


VIEW: APPS.OKS_BILL_TRANSACTIONS_V

Object Details
Object Name: OKS_BILL_TRANSACTIONS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKS.OKS_BILL_TRANSACTIONS_V
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

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Auto-generated by Headstart Utilities
ID NUMBER
Yes Primary key column.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure current record is passed.
TRX_DATE DATE

Transaction date.
TRX_NUMBER VARCHAR2 (60)
Transaction number received from AR.
TRX_AMOUNT NUMBER

Transaction amount. Includes any tax amount added by AR.
TRX_CLASS VARCHAR2 (60)
Transaction class.
CURRENCY_CODE VARCHAR2 (45) Yes Currency Code
CREATED_BY NUMBER (15) Yes ID of the user whom created the record.
CREATION_DATE DATE
Yes Date the record was created.
LAST_UPDATED_BY NUMBER (15) Yes ID of the last user who updated the record.
LAST_UPDATE_DATE DATE
Yes Date the record was last updated.
LAST_UPDATE_LOGIN NUMBER (15)
OS ID of the user who last updated the record.
Query Text

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


SELECT ROW_ID
,      ID
,      OBJECT_VERSION_NUMBER
,      TRX_DATE
,      TRX_NUMBER
,      TRX_AMOUNT
,      TRX_CLASS
,      CURRENCY_CODE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.OKS_BILL_TRANSACTIONS_V;

Dependencies

[top of page]

APPS.OKS_BILL_TRANSACTIONS_V references the following:

SchemaAPPS
SynonymOKS_BILL_TRANSACTIONS
APPS.OKS_BILL_TRANSACTIONS_V is referenced by following:

SchemaAPPS
Package BodyOKS_BCL_PVT - show dependent code
Package BodyOKS_BTL_PVT - show dependent code
Package BodyOKS_BTN_PVT - show dependent code
PL/SQL PackageOKS_BTN_PVT - show dependent code