DBA Data[Home] [Help]

APPS.OE_CONFIG_PRICE_UTIL dependencies on OE_SYS_PARAMETERS

Line 107: AND organization_id = OE_Sys_Parameters.Value('MASTER_ORGANIZATION_ID');

103: AND item.inventory_item_id = to_number(SUBSTR((SUBSTR( cz.item_key,
104: 1, INSTR(cz.item_key, ':') - 1)),
105: INSTR(( SUBSTR( cz.item_key, 1, INSTR(cz.item_key, ':') - 1)),
106: '-', -1) + 1 ))
107: AND organization_id = OE_Sys_Parameters.Value('MASTER_ORGANIZATION_ID');
108:
109: --
110: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
111: --

Line 262: IF OE_SYS_PARAMETERS.Value ('RECURRING_CHARGES') = 'Y' THEN

258: l_line_rec.top_model_line_id := l_top_model_line_id;
259: l_line_rec.operation := OE_GLOBALS.G_OPR_CREATE;
260:
261: --recurring charges
262: IF OE_SYS_PARAMETERS.Value ('RECURRING_CHARGES') = 'Y' THEN
263: IF l_debug_level > 0 THEN
264: OE_DEBUG_PUB.Add ('Recurring Charges System Param ENABLED',1);
265: OE_DEBUG_PUB.Add('Top Model Line ID:'||l_top_model_line_id,3);
266: END IF;