DBA Data[Home] [Help]

APPS.EAM_MTL_TXN_PROCESS dependencies on WIP_REQUIREMENT_OPERATIONS

Line 148: from wip_requirement_operations

144: and process_flag = 1; --1(ready). Do not pick up 3(errored) or 2(not ready)
145:
146: if (l_mti_qty > 0) then
147: select quantity_issued into l_qty_issued
148: from wip_requirement_operations
149: where wip_entity_id = p_trx_src_id
150: and inventory_item_id = p_item_id;
151: if (l_slog) then FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,
152: 'Qty to return in MTI='|| l_mti_qty|| ', Qty to return by user='

Line 1260: -- entry into WIP_REQUIREMENT_OPERATIONS

1256:
1257:
1258:
1259: if(p_mode='INSERT') then
1260: -- entry into WIP_REQUIREMENT_OPERATIONS
1261:
1262: l_eam_mat_req_rec.batch_id := 1;
1263: l_eam_mat_req_rec.header_id := p_wip_entity_id;
1264: l_eam_mat_req_rec.transaction_type := EAM_PROCESS_WO_PUB.G_OPR_CREATE;