DBA Data[Home] [Help]

APPS.INV_MATERIAL_ALLOCATIONS_GRP dependencies on WIP_REQUIREMENT_OPERATIONS

Line 104: update wip_requirement_operations

100: if (l_slog) then
101: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,
102: 'MTRL: l_txn_source_id (wip entity id)=' || l_txn_source_id );
103: end if;
104: update wip_requirement_operations
105: set quantity_allocated = quantity_allocated - p_qty_to_reduce
106: where organization_id = l_organization_id
107: and wip_entity_id = l_txn_source_id
108: and operation_seq_num=l_operation_seq_num