DBA Data[Home] [Help]

APPS.EAM_MATERIAL_ALLOCATIONS_PVT dependencies on WIP_REQUIREMENT_OPERATIONS

Line 88: update wip_requirement_operations

84: if (l_log and (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL)) then
85: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,
86: 'MTRL: l_txn_source_id (wip entity id)=' || l_txn_source_id );
87: end if;
88: update wip_requirement_operations
89: set quantity_allocated = quantity_allocated - p_qty_to_reduce
90: where wip_entity_id = l_txn_source_id
91: and inventory_item_id = l_inventory_item_id;
92: end if;