DBA Data[Home] [Help]

APPS.PV_MATCH_V3_PUB dependencies on FND_PROFILE

Line 313: --g_rule_engine_trace_flag := NVL(FND_PROFILE.VALUE('PV_RULE_ENGINE_TRACE_ON'), 'N');

309:
310: -- ------------------------------------------------------------------------
311: -- Retrieve profile value for stack trace profile option.
312: -- ------------------------------------------------------------------------
313: --g_rule_engine_trace_flag := NVL(FND_PROFILE.VALUE('PV_RULE_ENGINE_TRACE_ON'), 'N');
314:
315: -- --------------------------------------------------------------------------
316: -- Retrieving Matching Type Profile Value, which can be one of the following:
317: --

Line 321: l_matching_type := NVL(FND_PROFILE.VALUE('PV_PARTNER_MATCHING_TYPE'), 'STOP_AT_FIRST_RULE');

317: --
318: -- EXHAUST_ALL_RULES
319: -- STOP_AT_FIRST_RULE
320: -- --------------------------------------------------------------------------
321: l_matching_type := NVL(FND_PROFILE.VALUE('PV_PARTNER_MATCHING_TYPE'), 'STOP_AT_FIRST_RULE');
322:
323:
324: -- ---------------------------------------------------------------------------------
325: -- Cache all the opportunity selection rules (attributes-values) in a global

Line 919: --g_rule_engine_trace_flag := NVL(FND_PROFILE.VALUE('PV_RULE_ENGINE_TRACE_ON'), 'N');

915:
916: -- ------------------------------------------------------------------------
917: -- Retrieve profile value for stack trace profile option.
918: -- ------------------------------------------------------------------------
919: --g_rule_engine_trace_flag := NVL(FND_PROFILE.VALUE('PV_RULE_ENGINE_TRACE_ON'), 'N');
920:
921: IF (g_rule_engine_trace_flag = 'Y') OR FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW) THEN
922: Debug('............................................................');
923: Debug('Stack trace turned on? ' || g_rule_engine_trace_flag);

Line 3269: l_user_currency_code VARCHAR(30) :=nvl(fnd_profile.value('ICX_PREFERRED_CURRENCY'), 'USD');

3265: l_attr_value NUMBER;
3266: l_attr_text VARCHAR2(1000);
3267: l_metric_value VARCHAR2(100);
3268: l_decimals NUMBER;
3269: l_user_currency_code VARCHAR(30) :=nvl(fnd_profile.value('ICX_PREFERRED_CURRENCY'), 'USD');
3270: --l_curr_value VARCHAR2(80);
3271: BEGIN
3272:
3273: --OPEN lc_get_metric_raw_value(pc_attribute_id => attribute_id , pc_partner_id => partner_id);