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


TABLE: OKS.OKS_BTN_PR

Object Details
Object Name: OKS_BTN_PR
Object Type: TABLE
Owner: OKS
FND Design Data: TableOKS.OKS_BTN_PR
Subobject Name:
Status: VALID


This table stores the billing transaction information. The table is populated from 'Service Contracts Main Billing' concurrent program when executed in preview mode


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKS_BTN_PR_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnID
OKS_BTN_PR_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnTRX_NUMBER
Columns
Name Datatype Length Mandatory Comments
ID NUMBER
Yes Primary key column.
CURRENCY_CODE VARCHAR2 (45) Yes Currency code of the contract. References OKC_K_HEADERS_B.CURRENCY_CODE.
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.
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.
TRX_DATE DATE

Not used
TRX_NUMBER VARCHAR2 (60)
Not used
TRX_AMOUNT NUMBER

Not used
TRX_CLASS VARCHAR2 (60)
Not used
LAST_UPDATE_LOGIN NUMBER (15)
OS ID of the user who last updated the record.
SECURITY_GROUP_ID NUMBER

Used to create a Virtual Private Database which was originally designed to be used by Hosting services. Now obsolete.
Query Text

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


SELECT ID
,      CURRENCY_CODE
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      TRX_DATE
,      TRX_NUMBER
,      TRX_AMOUNT
,      TRX_CLASS
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
FROM OKS.OKS_BTN_PR;

Dependencies

[top of page]

OKS.OKS_BTN_PR does not reference any database object

OKS.OKS_BTN_PR is referenced by following:

SchemaAPPS
SynonymOKS_BTN_PR