DBA Data[Home] [Help]

APPS.PA_FP_GEN_BUDGET_AMT_PUB dependencies on PA_MULTI_CURRENCY_TXN

Line 3089: -- pa_multi_currency_txn.get_currency_amounts API as IN OUT

3085:
3086: END IF; -- IF p_fp_cols_rec.x_version_type IN ('ALL','REVENUE') THEN
3087:
3088: -- Bug 4530753: Previously, local variables were passed to the
3089: -- pa_multi_currency_txn.get_currency_amounts API as IN OUT
3090: -- parameters but never modified by this procedure. The multi-
3091: -- currency API seems to use the given EI date only when the
3092: -- other rate dates are null. Thus, to get the correct periodic
3093: -- rates, we should null out the following local variables:

Line 3131: pa_multi_currency_txn.get_currency_amounts (

3127: p_module_name => l_module_name,
3128: p_log_level => 5);
3129: END IF;
3130:
3131: pa_multi_currency_txn.get_currency_amounts (
3132: p_project_id => p_project_id
3133: ,p_exp_org_id => NVL(l_rt_rate_exp_org_id_tab(k),rate_rec.org_id)
3134: ,p_calling_module => 'WORKPLAN'
3135: ,p_task_id => 0

Line 3214: pa_multi_currency_txn.get_currency_amounts (

3210: p_module_name => l_module_name,
3211: p_log_level => 5);
3212: END IF;
3213:
3214: pa_multi_currency_txn.get_currency_amounts (
3215: p_project_id => p_project_id
3216: ,p_exp_org_id => NVL(l_rt_rate_exp_org_id_tab(k),rate_rec.org_id)
3217: ,p_calling_module => 'WORKPLAN'
3218: ,p_task_id => 0

Line 3294: pa_multi_currency_txn.get_currency_amounts (

3290: p_module_name => l_module_name,
3291: p_log_level => 5);
3292: END IF;
3293:
3294: pa_multi_currency_txn.get_currency_amounts (
3295: p_project_id => p_project_id
3296: ,p_exp_org_id => NVL(l_rt_rate_exp_org_id_tab(k),rate_rec.org_id)
3297: ,p_calling_module => 'WORKPLAN'
3298: ,p_task_id => 0