[Home] [Help]
[Dependency Information]
Object Name: | OKX_TRANSACTION_TYPES_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
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 |
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;
|
|
|