[Home] [Help]
[Dependency Information]
Object Name: | CST_WIP_TXN_TYPE_VIEW |
---|---|
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 |
---|---|---|---|---|
PRODUCT_SHORT_NAME | CHAR | (3) | Product short name of the transaction type | |
TRANSACTION_TYPE_ID | NUMBER | Transaction type code | ||
TRANSACTION_TYPE_NAME | VARCHAR2 | (80) | Name of the transaction |
Cut, paste (and edit) the following text to query this object:
SELECT PRODUCT_SHORT_NAME
, TRANSACTION_TYPE_ID
, TRANSACTION_TYPE_NAME
FROM APPS.CST_WIP_TXN_TYPE_VIEW;
APPS.CST_WIP_TXN_TYPE_VIEW is not referenced by any database object
|
|
|