DBA Data[Home] [Help]

APPS.PA_FP_GEN_BUDGET_AMT_PUB dependencies on PA_MULTI_CURRENCY_TXN

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

3073:
3074: END IF; -- IF p_fp_cols_rec.x_version_type IN ('ALL','REVENUE') THEN
3075:
3076: -- Bug 4530753: Previously, local variables were passed to the
3077: -- pa_multi_currency_txn.get_currency_amounts API as IN OUT
3078: -- parameters but never modified by this procedure. The multi-
3079: -- currency API seems to use the given EI date only when the
3080: -- other rate dates are null. Thus, to get the correct periodic
3081: -- rates, we should null out the following local variables:

Line 3119: pa_multi_currency_txn.get_currency_amounts (

3115: p_module_name => l_module_name,
3116: p_log_level => 5);
3117: END IF;
3118:
3119: pa_multi_currency_txn.get_currency_amounts (
3120: p_project_id => p_project_id
3121: ,p_exp_org_id => NVL(l_rt_rate_exp_org_id_tab(k),rate_rec.org_id)
3122: ,p_calling_module => 'WORKPLAN'
3123: ,p_task_id => 0

Line 3202: pa_multi_currency_txn.get_currency_amounts (

3198: p_module_name => l_module_name,
3199: p_log_level => 5);
3200: END IF;
3201:
3202: pa_multi_currency_txn.get_currency_amounts (
3203: p_project_id => p_project_id
3204: ,p_exp_org_id => NVL(l_rt_rate_exp_org_id_tab(k),rate_rec.org_id)
3205: ,p_calling_module => 'WORKPLAN'
3206: ,p_task_id => 0

Line 3282: pa_multi_currency_txn.get_currency_amounts (

3278: p_module_name => l_module_name,
3279: p_log_level => 5);
3280: END IF;
3281:
3282: pa_multi_currency_txn.get_currency_amounts (
3283: p_project_id => p_project_id
3284: ,p_exp_org_id => NVL(l_rt_rate_exp_org_id_tab(k),rate_rec.org_id)
3285: ,p_calling_module => 'WORKPLAN'
3286: ,p_task_id => 0