DBA Data[Home] [Help]

APPS.EAM_MAT_REQ_VALIDATE_PVT dependencies on MTL_MATERIAL_TRANSACTIONS_TEMP

Line 599: from mtl_material_transactions_temp

595: if (p_eam_mat_req_rec.transaction_type = EAM_PROCESS_WO_PVT.G_OPR_DELETE) then
596:
597: select count(*)
598: into l_count_mmtt
599: from mtl_material_transactions_temp
600: where transaction_source_id = p_eam_mat_req_rec.wip_entity_id
601: and organization_id = p_eam_mat_req_rec.organization_id
602: and operation_seq_num = p_eam_mat_req_rec.operation_seq_num
603: and inventory_item_id = p_eam_mat_req_rec.inventory_item_id;