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


VIEW: APPS.OKX_TRANSACTION_TYPES_V

Object Details
Object Name: OKX_TRANSACTION_TYPES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKX.OKX_TRANSACTION_TYPES_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
TRANSACTION_TYPE_ID NUMBER (15) Yes Unique identifier
NAME VARCHAR2 (90) Yes Transaction type name
DESCRIPTION VARCHAR2 (720)
Description of the Transaction type
END_DATE_ACTIVE DATE

Date this transaction type becomes inactive, if limited
START_DATE_ACTIVE DATE

Date this transaction type becomes active, if limited
Query Text

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


SELECT TRANSACTION_TYPE_ID
,      NAME
,      DESCRIPTION
,      END_DATE_ACTIVE
,      START_DATE_ACTIVE
FROM APPS.OKX_TRANSACTION_TYPES_V;

Dependencies

[top of page]

APPS.OKX_TRANSACTION_TYPES_V references the following:

SchemaAPPS
SynonymCS_TRANSACTION_TYPES_B
SynonymCS_TRANSACTION_TYPES_TL
APPS.OKX_TRANSACTION_TYPES_V is referenced by following:

SchemaAPPS
Package BodyOKS_ENTITLEMENTS_WEB - show dependent code