DBA Data[Home] [Help]

APPS.PA_FP_CALC_PLAN_PKG dependencies on PA_CLIENT_EXTN_BUDGET

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

10510: END IF;
10511: END IF;
10512: /* End for bug 5028631 */
10513:
10514: /* Bug 4224464. Call to pa_client_extn_budget The client extensions wont be called for the AMG flow.
10515: So added this if condition for this*/
10516: IF (not (p_calling_module is not null and p_calling_module = 'AMG_API') )
10517: THEN
10518: IF NVL(G_clientExtn_api_call_flag,'Y') = 'Y' AND NVL(l_entire_return_status,'S') = 'S' Then

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

10517: THEN
10518: IF NVL(G_clientExtn_api_call_flag,'Y') = 'Y' AND NVL(l_entire_return_status,'S') = 'S' Then
10519: l_stage := 900;
10520: If P_PA_DEBUG_MODE = 'Y' Then
10521: print_msg(to_char(l_stage)||'Call to pa_client_extn_budget');
10522: End if;
10523: l_cl_txn_plan_quantity_tab.delete;
10524: l_cl_txn_raw_cost_tab.delete;
10525: l_cl_txn_burdened_cost_tab.delete;

Line 10570: pa_client_extn_budget.calc_raw_cost

10566: print_msg(' l_txn_burdened_cost => ' || to_char(l_txn_burdened_cost));
10567: print_msg(' l_txn_revenue => ' || to_char(l_txn_revenue));
10568: */
10569: IF rec.version_type in ('ALL','COST') Then
10570: pa_client_extn_budget.calc_raw_cost
10571: ( x_budget_version_id => g_budget_version_id
10572: ,x_project_id => g_project_id
10573: ,x_task_id => g_task_id
10574: ,x_resource_list_member_id => g_resource_list_member_id

Line 10639: pa_client_extn_budget.Calc_Burdened_Cost

10635: End If;
10636: End If;
10637:
10638: /* Calling client extn for burdened amts*/
10639: pa_client_extn_budget.Calc_Burdened_Cost
10640: ( x_budget_version_id => g_budget_version_id
10641: ,x_project_id => g_project_id
10642: ,x_task_id => g_task_id
10643: ,x_resource_list_member_id => g_resource_list_member_id

Line 10682: pa_client_extn_budget.calc_revenue

10678: End If ; -- end of version type
10679:
10680: IF rec.version_type in ('ALL','REVENUE') Then
10681: /* Calling clinet extn for revenue amts */
10682: pa_client_extn_budget.calc_revenue
10683: ( x_budget_version_id => g_budget_version_id
10684: ,x_project_id => g_project_id
10685: ,x_task_id => g_task_id
10686: ,x_resource_list_member_id => g_resource_list_member_id