DBA Data[Home] [Help]

APPS.PN_CREATE_ACC dependencies on PNP_UTIL_FUNC

Line 427: l_conv_rate_type := PNP_UTIL_FUNC.check_conversion_type( l_func_curr_code,pn_mo_cache_utils.get_current_org_id);

423: OPEN get_func_curr_code(l_set_of_books_id);
424: FETCH get_func_curr_code INTO l_func_curr_code,l_chart_of_id;
425: CLOSE get_func_curr_code;
426:
427: l_conv_rate_type := PNP_UTIL_FUNC.check_conversion_type( l_func_curr_code,pn_mo_cache_utils.get_current_org_id);
428:
429: fnd_currency.get_info(p_export_currency_code, l_precision, l_ext_precision, l_min_acct_unit);
430:
431: IF l_prev_payment_term_id <> p_payment_term_id THEN

Line 1471: l_accounted_amt := PNP_UTIL_FUNC.export_curr_amount

1467:
1468: IF UPPER(l_conv_type) = 'USER' THEN
1469: l_accounted_amt := NVL(p_amount,0) * NVL(p_rate,0);
1470: ELSE
1471: l_accounted_amt := PNP_UTIL_FUNC.export_curr_amount
1472: (currency_code => p_currency,
1473: export_currency_code => p_functional_currency,
1474: export_date => l_conv_date,
1475: conversion_type => p_conv_type,

Line 1779: := PNP_UTIL_FUNC.check_conversion_type

1775: FETCH get_func_curr_code INTO l_func_curr_code ,l_chart_of_id;
1776: CLOSE get_func_curr_code;
1777:
1778: l_conv_rate_type
1779: := PNP_UTIL_FUNC.check_conversion_type
1780: ( l_func_curr_code
1781: ,pn_mo_cache_utils.get_current_org_id);
1782:
1783: fnd_message.set_name ('PN','PN_CRACC_CV_TYPE');

Line 1821: := PNP_UTIL_FUNC.Get_Start_Date

1817: l_start_date := fnd_date.canonical_to_date(p_default_gl_date);
1818: l_period_name := p_default_period;
1819: ELSE
1820: l_start_date
1821: := PNP_UTIL_FUNC.Get_Start_Date
1822: ( V_PN_PERIOD_NAME
1823: ,pn_mo_cache_utils.get_current_org_id);
1824: l_period_name := v_pn_period_name;
1825: END IF;

Line 2533: := PNP_UTIL_FUNC.check_conversion_type

2529: FETCH get_func_curr_code INTO l_func_curr_code,l_chart_of_id;
2530: CLOSE get_func_curr_code;
2531:
2532: l_conv_rate_type
2533: := PNP_UTIL_FUNC.check_conversion_type
2534: ( l_func_curr_code
2535: ,pn_mo_cache_utils.get_current_org_id);
2536:
2537: fnd_message.set_name ('PN','PN_CRACC_CV_TYPE');

Line 2574: := PNP_UTIL_FUNC.Get_Start_Date

2570: l_start_date := fnd_date.canonical_to_date(p_default_gl_date);
2571: l_period_name := p_default_period;
2572: ELSE
2573: l_start_date
2574: := PNP_UTIL_FUNC.Get_Start_Date
2575: ( V_PN_PERIOD_NAME
2576: ,pn_mo_cache_utils.get_current_org_id);
2577: l_period_name := v_pn_period_name;
2578: END IF;