1768: 'Begin: loop through the cursor c_actual_lines_from_materials.');
1769: end if;
1770:
1771: --bug#9557061
1772: IF (nvl(fnd_profile.value('CSD_IMPORT_WIP_TO_ACTUALS_NET_QTY'),'Y') = 'N') THEN
1773: FOR actuals_rec IN c_actual_lines_from_materials1( curr_WIP_job_rec.wip_entity_id,
1774: curr_WIP_job_rec.inventory_item_id) LOOP
1775: l_count := l_count + 1;
1776: l_MLE_MTL_lines_tbl( l_count ).inventory_item_id := actuals_rec.inventory_item_id;
2038:
2039: -- swai: bug 10383350
2040: -- if profile set so that entire WIP job is not imported if warnings/errors encountered,
2041: -- then raise exception to rollback.
2042: if (nvl(fnd_profile.value('CSD_IMPORT_WIP_TO_ACT_ON_SUCCESS'),'N') = 'Y') then
2043: if (lc_proc_level >= lc_debug_level) then
2044: FND_LOG.STRING(lc_proc_level, lc_mod_name,
2045: 'Throw EXC error since not all lines were processed sucessfully');
2046: end if;