DBA Data[Home] [Help]

APPS.EAM_MTL_TXN_PROCESS dependencies on MTL_MATERIAL_TRANSACTIONS_TEMP

Line 88: from mtl_material_transactions_temp

84: cursor txn_temp_id_cur(c_transaction_source_id NUMBER,
85: c_organization_id NUMBER,
86: c_inventory_item_id NUMBER,
87: c_operation_seq_num NUMBER) IS select transaction_temp_id
88: from mtl_material_transactions_temp
89: where transaction_source_id= c_transaction_source_id
90: and organization_id=c_organization_id
91: and inventory_item_id=c_inventory_item_id
92: and operation_seq_num=c_operation_seq_num;