DBA Data[Home] [Help]

APPS.PA_FP_CALC_PLAN_PKG dependencies on PA_CLIENT_EXTN_BUDGET

Line 10621: /* Bug 4224464. Call to pa_client_extn_budget The client extensions wont be called for the AMG flow.

10617: END IF;
10618: END IF;
10619: /* End for bug 5028631 */
10620:
10621: /* Bug 4224464. Call to pa_client_extn_budget The client extensions wont be called for the AMG flow.
10622: So added this if condition for this*/
10623: IF (not (p_calling_module is not null and p_calling_module = 'AMG_API') )
10624: THEN
10625: IF NVL(G_clientExtn_api_call_flag,'Y') = 'Y' AND NVL(l_entire_return_status,'S') = 'S' Then

Line 10628: print_msg(to_char(l_stage)||'Call to pa_client_extn_budget');

10624: THEN
10625: IF NVL(G_clientExtn_api_call_flag,'Y') = 'Y' AND NVL(l_entire_return_status,'S') = 'S' Then
10626: l_stage := 900;
10627: If P_PA_DEBUG_MODE = 'Y' Then
10628: print_msg(to_char(l_stage)||'Call to pa_client_extn_budget');
10629: End if;
10630: l_cl_txn_plan_quantity_tab.delete;
10631: l_cl_txn_raw_cost_tab.delete;
10632: l_cl_txn_burdened_cost_tab.delete;

Line 10677: pa_client_extn_budget.calc_raw_cost

10673: print_msg(' l_txn_burdened_cost => ' || to_char(l_txn_burdened_cost));
10674: print_msg(' l_txn_revenue => ' || to_char(l_txn_revenue));
10675: */
10676: IF rec.version_type in ('ALL','COST') Then
10677: pa_client_extn_budget.calc_raw_cost
10678: ( x_budget_version_id => g_budget_version_id
10679: ,x_project_id => g_project_id
10680: ,x_task_id => g_task_id
10681: ,x_resource_list_member_id => g_resource_list_member_id

Line 10754: pa_client_extn_budget.Calc_Burdened_Cost

10750: End If;
10751: End If;
10752:
10753: /* Calling client extn for burdened amts*/
10754: pa_client_extn_budget.Calc_Burdened_Cost
10755: ( x_budget_version_id => g_budget_version_id
10756: ,x_project_id => g_project_id
10757: ,x_task_id => g_task_id
10758: ,x_resource_list_member_id => g_resource_list_member_id

Line 10805: pa_client_extn_budget.calc_revenue

10801: End If ; -- end of version type
10802:
10803: IF rec.version_type in ('ALL','REVENUE') Then
10804: /* Calling clinet extn for revenue amts */
10805: pa_client_extn_budget.calc_revenue
10806: ( x_budget_version_id => g_budget_version_id
10807: ,x_project_id => g_project_id
10808: ,x_task_id => g_task_id
10809: ,x_resource_list_member_id => g_resource_list_member_id