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


TABLE: OKS.OKS_STRM_TYPE

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


DEFINITION
type, which specifies what the stream is for
A stream may be a + or - cashflow
EXAMPLE
A lease may result in receipts to pay principle and interest, which are to be accounted differently, therefore 2 STREAM are created. Another STREAM may be for insurance, another for fees, etc.
MISCELLANEOUS


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKS_STRM_TYPE_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnID
Columns
Name Datatype Length Mandatory Comments
ID NUMBER
Yes Primary Identifier
NAME VARCHAR2 (150) Yes A unique name given for a type
DESCRIPTION VARCHAR2 (1995)
A brief description of a stream type
TAXABLE_DEFAULT_YN VARCHAR2 (3) Yes Whether it is taxable or not
ACCRUAL_YN VARCHAR2 (3) Yes Yes or No
CUSTOMISATION_LEVEL_CODE VARCHAR2 (30)
Customization Level Code
START_DATE DATE
Yes Start Date
END_DATE VARCHAR2 (240)
End Date
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.
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
,      NAME
,      DESCRIPTION
,      TAXABLE_DEFAULT_YN
,      ACCRUAL_YN
,      CUSTOMISATION_LEVEL_CODE
,      START_DATE
,      END_DATE
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      SECURITY_GROUP_ID
FROM OKS.OKS_STRM_TYPE;

Dependencies

[top of page]

OKS.OKS_STRM_TYPE does not reference any database object

OKS.OKS_STRM_TYPE is referenced by following:

SchemaOKS
ViewOKS_STRM_TYPE#