DBA Data[Home] [Help]

APPS.PA_FP_UPGRADE_PKG dependencies on PA_FIN_PLAN_UTILS

Line 695: PA_FIN_PLAN_UTILS.GET_OR_CREATE_AMOUNT_SET_ID(

691: --The following api either returns amount set ids based on preference code
692: --and the flag i/p parameters combination if it already exists OR else
693: --creates a new amount set id.
694:
695: PA_FIN_PLAN_UTILS.GET_OR_CREATE_AMOUNT_SET_ID(
696: p_raw_cost_flag => budget_version_info_rec.raw_cost_flag
697: ,p_burdened_cost_flag => budget_version_info_rec.burdened_cost_flag
698: ,p_revenue_flag => budget_version_info_rec.revenue_flag
699: ,p_cost_qty_flag => budget_version_info_rec.cost_quantity_flag

Line 744: PA_FIN_PLAN_UTILS.GET_OR_CREATE_AMOUNT_SET_ID(

740: --The following api either returns amount set ids based on preference code
741: --and the flag i/p parameters combination if it already exists OR else
742: --creates a new amount set id.
743:
744: PA_FIN_PLAN_UTILS.GET_OR_CREATE_AMOUNT_SET_ID(
745: p_raw_cost_flag => budget_entry_method_info_rec.raw_cost_flag
746: ,p_burdened_cost_flag => budget_entry_method_info_rec.burdened_cost_flag
747: ,p_revenue_flag => budget_entry_method_info_rec.revenue_flag
748: ,p_cost_qty_flag => budget_entry_method_info_rec.cost_quantity_flag

Line 794: PA_FIN_PLAN_UTILS.GET_OR_CREATE_AMOUNT_SET_ID(

790: --The following api either returns amount set ids based on preference code
791: --and the flag i/p parameters combination if it already exists OR else
792: --creates a new amount set id.
793:
794: PA_FIN_PLAN_UTILS.GET_OR_CREATE_AMOUNT_SET_ID(
795: p_raw_cost_flag => budget_version_info_rec.raw_cost_flag
796: ,p_burdened_cost_flag => budget_version_info_rec.burdened_cost_flag
797: ,p_revenue_flag => budget_version_info_rec.revenue_flag
798: ,p_cost_qty_flag => budget_version_info_rec.cost_quantity_flag

Line 843: PA_FIN_PLAN_UTILS.GET_OR_CREATE_AMOUNT_SET_ID(

839: --The following api either returns amount set ids based on preference code
840: --and the flag i/p parameters combination if it already exists OR else
841: --creates a new amount set id.
842:
843: PA_FIN_PLAN_UTILS.GET_OR_CREATE_AMOUNT_SET_ID(
844: p_raw_cost_flag => budget_entry_method_info_rec.raw_cost_flag
845: ,p_burdened_cost_flag => budget_entry_method_info_rec.burdened_cost_flag
846: ,p_revenue_flag => budget_entry_method_info_rec.revenue_flag
847: ,p_cost_qty_flag => budget_entry_method_info_rec.cost_quantity_flag

Line 1731: PA_FIN_PLAN_UTILS.Get_Project_Curr_Attributes

1727: PA_FP_CONSTANTS_PKG.G_OPTION_LEVEL_PLAN_VERSION) THEN
1728:
1729: -- Get project currency info and the cost,revenue conversion attributes
1730:
1731: PA_FIN_PLAN_UTILS.Get_Project_Curr_Attributes
1732: ( p_project_id => p_project_id
1733: ,x_multi_currency_billing_flag => l_multi_currency_billing_flag
1734: ,x_project_currency_code => l_project_currency_code
1735: ,x_projfunc_currency_code => l_projfunc_currency_code

Line 3300: PA_FIN_PLAN_UTILS.Get_Project_Curr_Attributes

3296: /* This api fetches the cost rate types from pa_projects_all table,
3297: if they aren't defined for project level then they are fetched from
3298: pa_implementations table */
3299:
3300: PA_FIN_PLAN_UTILS.Get_Project_Curr_Attributes
3301: ( p_project_id => p_project_id
3302: ,x_multi_currency_billing_flag => l_multi_currency_billing_flag
3303: ,x_project_currency_code => l_project_currency_code
3304: ,x_projfunc_currency_code => l_projfunc_currency_code