DBA Data[Home] [Help]

APPS.PN_CREATE_ACC dependencies on PNP_UTIL_FUNC

Line 1003: l_accounted_amt := PNP_UTIL_FUNC.export_curr_amount

999:
1000: IF UPPER(l_conv_type) = 'USER' THEN
1001: l_accounted_amt := NVL(p_amount,0) * NVL(p_rate,0);
1002: ELSE
1003: l_accounted_amt := PNP_UTIL_FUNC.export_curr_amount
1004: (currency_code => p_currency,
1005: export_currency_code => p_functional_currency,
1006: export_date => l_conv_date,
1007: conversion_type => p_conv_type,

Line 1311: := PNP_UTIL_FUNC.check_conversion_type

1307: FETCH get_func_curr_code INTO l_func_curr_code ,l_chart_of_id;
1308: CLOSE get_func_curr_code;
1309:
1310: l_conv_rate_type
1311: := PNP_UTIL_FUNC.check_conversion_type
1312: ( l_func_curr_code
1313: ,pn_mo_cache_utils.get_current_org_id);
1314:
1315: fnd_message.set_name ('PN','PN_CRACC_CV_TYPE');

Line 1353: := PNP_UTIL_FUNC.Get_Start_Date

1349: l_start_date := fnd_date.canonical_to_date(p_default_gl_date);
1350: l_period_name := p_default_period;
1351: ELSE
1352: l_start_date
1353: := PNP_UTIL_FUNC.Get_Start_Date
1354: ( V_PN_PERIOD_NAME
1355: ,pn_mo_cache_utils.get_current_org_id);
1356: l_period_name := v_pn_period_name;
1357: END IF;

Line 2065: := PNP_UTIL_FUNC.check_conversion_type

2061: FETCH get_func_curr_code INTO l_func_curr_code,l_chart_of_id;
2062: CLOSE get_func_curr_code;
2063:
2064: l_conv_rate_type
2065: := PNP_UTIL_FUNC.check_conversion_type
2066: ( l_func_curr_code
2067: ,pn_mo_cache_utils.get_current_org_id);
2068:
2069: fnd_message.set_name ('PN','PN_CRACC_CV_TYPE');

Line 2106: := PNP_UTIL_FUNC.Get_Start_Date

2102: l_start_date := fnd_date.canonical_to_date(p_default_gl_date);
2103: l_period_name := p_default_period;
2104: ELSE
2105: l_start_date
2106: := PNP_UTIL_FUNC.Get_Start_Date
2107: ( V_PN_PERIOD_NAME
2108: ,pn_mo_cache_utils.get_current_org_id);
2109: l_period_name := v_pn_period_name;
2110: END IF;