DBA Data[Home] [Help]

APPS.CTO_BOM_RTG_PK dependencies on FND_PROFILE

Line 126: PG_DEBUG Number := NVL(FND_PROFILE.value('ONT_DEBUG_LEVEL'), 0);

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

Line 755: lcreate_item := nvl(FND_PROFILE.VALUE('CTO_CONFIG_EXCEPTION'), 1);

751: IF PG_DEBUG <> 0 THEN
752: oe_debug_pub.add ('Line_id '||pLineId,1);
753: END IF;
754:
755: lcreate_item := nvl(FND_PROFILE.VALUE('CTO_CONFIG_EXCEPTION'), 1);
756:
757: IF PG_DEBUG <> 0 THEN
758: oe_debug_pub.add ('Config exception profile '||lcreate_item);
759: END IF;

Line 2235: lBuyCostType := FND_PROFILE.VALUE('CTO_BUY_COST_TYPE');

2231:
2232:
2233: lStmtNum := 27;
2234:
2235: lBuyCostType := FND_PROFILE.VALUE('CTO_BUY_COST_TYPE');
2236:
2237:
2238: if( lBuyCostType is not null ) then
2239: begin