DBA Data[Home] [Help]

APPS.INV_LOT_API_PUB dependencies on MTL_TRANSACTION_TYPES

Line 8347: FROM mtl_transaction_types

8343: ======================================*/
8344: CURSOR get_transaction_details( trx_type_id IN NUMBER) IS
8345: SELECT transaction_action_id
8346: , transaction_source_type_id
8347: FROM mtl_transaction_types
8348: WHERE transaction_type_id = trx_type_id;
8349:
8350: /*====================================
8351: Get new lot information: