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


VIEW: APPS.OKS_STRM_TYPE_V

Object Details
Object Name: OKS_STRM_TYPE_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKS.OKS_STRM_TYPE_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)
Row Identifier
ID NUMBER
Yes Identifier
NAME VARCHAR2 (150) Yes Name
DESCRIPTION VARCHAR2 (1995)
Description
TAXABLE_DEFAULT_YN VARCHAR2 (3) Yes Taxable Default (Yes/No)
ACCRUAL_YN VARCHAR2 (3) Yes Accrual (Yes/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.
Query Text

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


SELECT ROW_ID
,      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
FROM APPS.OKS_STRM_TYPE_V;

Dependencies

[top of page]

APPS.OKS_STRM_TYPE_V references the following:

SchemaAPPS
SynonymOKS_STRM_TYPE
APPS.OKS_STRM_TYPE_V is referenced by following:

SchemaAPPS
ViewOKS_STREAM_V