[Home] [Help]
[Dependency Information]
Object Name: | MTL_TRANSACT_INTERFACE_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 |
---|---|---|---|---|
REQUEST_ID | NUMBER | Standard Who column | ||
TRANSACTION_MODE | NUMBER | Yes | Transaction mode from mtl_transactions_interface | |
HEADER_ID | NUMBER | Last update date from mtl_transactions_interface | ||
NUMBER_OF_RECORDS | NUMBER | Count of the number of records in mtl_transactions_interface grouped by error_code, last_update_date, and transaction_mode |
Cut, paste (and edit) the following text to query this object:
SELECT REQUEST_ID
, TRANSACTION_MODE
, HEADER_ID
, NUMBER_OF_RECORDS
FROM APPS.MTL_TRANSACT_INTERFACE_VIEW;
APPS.MTL_TRANSACT_INTERFACE_VIEW is not referenced by any database object
|
|
|