DBA Data[Home] [Help]

APPS.INV_LOT_API_PUB dependencies on MTL_TRANSACTION_TYPES

Line 8714: FROM mtl_transaction_types

8710: ======================================*/
8711: CURSOR get_transaction_details( trx_type_id IN NUMBER) IS
8712: SELECT transaction_action_id
8713: , transaction_source_type_id
8714: FROM mtl_transaction_types
8715: WHERE transaction_type_id = trx_type_id;
8716:
8717: /*====================================
8718: Get new lot information: