122: This procedure loops through all the configuration
123: items in bom_cto_order_lines and calls create_in_src_orgs
124: for each item.
125: +-------------------------------------------------------------*/
126: PG_DEBUG Number := NVL(FND_PROFILE.value('ONT_DEBUG_LEVEL'), 0);
127:
128:
129: procedure override_bcso_cost_rollup(
130: pLineId in number, -- Current Model Line ID
754: IF PG_DEBUG <> 0 THEN
755: oe_debug_pub.add ('Line_id '||pLineId,1);
756: END IF;
757:
758: lcreate_item := nvl(FND_PROFILE.VALUE('CTO_CONFIG_EXCEPTION'), 1);
759:
760: IF PG_DEBUG <> 0 THEN
761: oe_debug_pub.add ('Config exception profile '||lcreate_item);
762: END IF;
2291:
2292:
2293: lStmtNum := 27;
2294:
2295: lBuyCostType := FND_PROFILE.VALUE('CTO_BUY_COST_TYPE');
2296:
2297:
2298: if( lBuyCostType is not null ) then
2299: begin