DBA Data[Home] [Help]

APPS.OZF_GL_INTERFACE_PVT dependencies on FND_PROFILE

Line 2032: l_actg_profile := NVL(fnd_profile.value('OZF_USE_ACCOUNT_GENERATOR'),'N');

2028: OZF_Utility_PVT.debug_message('Adjustment Type: '||l_adjustment_type);
2029: END IF;
2030:
2031:
2032: l_actg_profile := NVL(fnd_profile.value('OZF_USE_ACCOUNT_GENERATOR'),'N');
2033:
2034: /*
2035: If the Account generator profile is YES then we will check for the skip from account generator flag passed from public API, if passed as false then we will
2036: call account generator else if true then we will not call account generator. If the Account Generator profile is NO then

Line 2382: l_actg_flag := NVL(fnd_profile.value('OZF_USE_ACCOUNT_GENERATOR'),'N');

2378: OZF_Utility_PVT.debug_message('event_type_code : '||p_event_type_code);
2379: END IF;
2380: --ER:13069257
2381:
2382: l_actg_flag := NVL(fnd_profile.value('OZF_USE_ACCOUNT_GENERATOR'),'N');
2383:
2384: IF OZF_DEBUG_LOW_ON THEN
2385: OZF_Utility_PVT.debug_message('Account Generator Profile Value: '||l_actg_flag);
2386: END IF;

Line 2917: --l_acctng_entries := nvl(fnd_profile.value('OZF_ACCT_GEN_ONLINE'),'T');

2913:
2914: --//ER#9382547 ChRM-SLA Uptake
2915: --//Start Skipping Existing code for GL Interfacing
2916: /*
2917: --l_acctng_entries := nvl(fnd_profile.value('OZF_ACCT_GEN_ONLINE'),'T');
2918:
2919: -- get the SLA table values populated
2920: Set_Accounting_Rules(
2921: P_Api_Version => 1.0,