DBA Data[Home] [Help]

APPS.OZF_FUND_UTILIZED_PVT dependencies on FND_PROFILE

Line 5: g_universal_currency CONSTANT VARCHAR2 (15) := fnd_profile.VALUE ('OZF_UNIV_CURR_CODE');

1: PACKAGE BODY OZF_FUND_UTILIZED_PVT AS
2: /* $Header: ozfvfutb.pls 120.46.12020000.2 2013/01/31 07:00:59 ninarasi ship $ */
3: g_pkg_name CONSTANT VARCHAR2 (30) := 'OZF_Fund_Utilized_PVT';
4: g_cons_fund_mode CONSTANT VARCHAR2 (30) := 'ADJUST'; --JTF_PLSQL_API.G_UPDATE
5: g_universal_currency CONSTANT VARCHAR2 (15) := fnd_profile.VALUE ('OZF_UNIV_CURR_CODE');
6: G_DEBUG BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_high);
7:
8:
9: -----------------------------------------------------------------------

Line 1497: l_order_gl_phase := NVL(fnd_profile.VALUE ('OZF_ORDER_GLPOST_PHASE'), 'SHIPPED');

1493: AND p_utilization_rec.adjustment_type_id < 0
1494: THEN
1495:
1496: l_gl_date := NULL;
1497: l_order_gl_phase := NVL(fnd_profile.VALUE ('OZF_ORDER_GLPOST_PHASE'), 'SHIPPED');
1498:
1499: ozf_utility_pvt.write_conc_log('gl posting phase: ' || l_order_gl_phase);
1500:
1501: OPEN c_order_line (l_utilization_rec.order_line_id);

Line 3459: l_recal_flag := NVL(fnd_profile.value('OZF_BUDGET_ADJ_ALLOW_RECAL'),'N');

3455: -- ozf_utility_pvt.debug_message(': check record1' || p_component_id ||'-'|| p_amount||p_fund_id||p_activity_id||p_activity_type);
3456: IF p_activity_type <> 'OFFR' THEN
3457: l_recal_flag := 'N' ;
3458: ELSE
3459: l_recal_flag := NVL(fnd_profile.value('OZF_BUDGET_ADJ_ALLOW_RECAL'),'N');
3460: END IF;
3461: -- if offer id present then check against the amount
3462: -- if recal flag is on then can adjsut more than committed
3463: