DBA Data[Home] [Help]

APPS.PA_FP_PLANNING_TRANSACTION_PUB dependencies on PA_FP_CALC_PLAN_PKG

Line 5063: PA_FP_CALC_PLAN_PKG.calculate(

5059: END LOOP;
5060: END IF;
5061: END IF;
5062:
5063: PA_FP_CALC_PLAN_PKG.calculate(
5064: p_project_id => p_project_id
5065: ,p_budget_version_id => l_budget_version_id
5066: ,p_source_context => PA_FP_CONSTANTS_PKG.G_CALC_API_RESOURCE_CONTEXT
5067: ,p_resource_assignment_tab => l_res_assignment_id_tbl

Line 5092: pa_debug.g_err_stage:='Called API PA_FP_CALC_PLAN_PKG.calculate api returned error';

5088: ,x_msg_data => l_msg_data);
5089:
5090: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
5091: IF l_debug_mode = 'Y' THEN
5092: pa_debug.g_err_stage:='Called API PA_FP_CALC_PLAN_PKG.calculate api returned error';
5093: pa_debug.write('PA_FP_PLANNING_TRANSACTION_PUB.add_planning_transactions: ' || g_module_name,pa_debug.g_err_stage,3);
5094: END IF;
5095:
5096: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;

Line 5243: pa_debug.g_err_stage:='CALLED THE PA_FP_CALC_PLAN_PKG.CALCULATE API';

5239: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
5240: END IF; */
5241:
5242: IF l_debug_mode = 'Y' THEN
5243: pa_debug.g_err_stage:='CALLED THE PA_FP_CALC_PLAN_PKG.CALCULATE API';
5244: pa_debug.write('PA_FP_PLANNING_TRANSACTION_PUB.add_planning_transactions: ' || g_module_name,pa_debug.g_err_stage,3);
5245: pa_debug.reset_curr_function;
5246: END IF;
5247: EXCEPTION

Line 6999: The following block of code to call the api PA_FP_CALC_PLAN_PKG.calculate

6995: nvl(l_scheduled_delay(i),scheduled_delay))
6996: ,scheduled_delay)
6997: WHERE resource_assignment_id= l_resource_assignment_id_tbl(i);
6998: /*-------------------------------------------------------------------------------
6999: The following block of code to call the api PA_FP_CALC_PLAN_PKG.calculate
7000: is commented as it has to be modified
7001: Calling the api PA_FP_CALC_PLAN_PKG.calculate*/
7002:
7003: /* Start of coding done for Bug 5684639:

Line 7001: Calling the api PA_FP_CALC_PLAN_PKG.calculate*/

6997: WHERE resource_assignment_id= l_resource_assignment_id_tbl(i);
6998: /*-------------------------------------------------------------------------------
6999: The following block of code to call the api PA_FP_CALC_PLAN_PKG.calculate
7000: is commented as it has to be modified
7001: Calling the api PA_FP_CALC_PLAN_PKG.calculate*/
7002:
7003: /* Start of coding done for Bug 5684639:
7004: If the user has selected not to distribute the amounts, then
7005: pass the l_plan_end_date_old_tbl as l_plan_end_date_new_tbl AND

Line 7021: pa_debug.g_err_stage:='Calling API PA_FP_CALC_PLAN_PKG.calculate';

7017:
7018: /* End of coding done for Bug 5684639.*/
7019:
7020: IF l_debug_mode = 'Y' THEN
7021: pa_debug.g_err_stage:='Calling API PA_FP_CALC_PLAN_PKG.calculate';
7022: print_msg(pa_debug.g_err_stage,l_module_name);
7023: pa_debug.g_err_stage:='Parameters to PA_FP_CALC_PLAN_PKG.calculate';
7024: print_msg(pa_debug.g_err_stage,l_module_name);
7025:

Line 7023: pa_debug.g_err_stage:='Parameters to PA_FP_CALC_PLAN_PKG.calculate';

7019:
7020: IF l_debug_mode = 'Y' THEN
7021: pa_debug.g_err_stage:='Calling API PA_FP_CALC_PLAN_PKG.calculate';
7022: print_msg(pa_debug.g_err_stage,l_module_name);
7023: pa_debug.g_err_stage:='Parameters to PA_FP_CALC_PLAN_PKG.calculate';
7024: print_msg(pa_debug.g_err_stage,l_module_name);
7025:
7026: IF l_resource_assignment_id_tbl.COUNT>0 THEN
7027:

Line 7258: PA_FP_CALC_PLAN_PKG.calculate(

7254: --dbms_output.put_line('l_bill_rate_override_tbl(1) is '||l_bill_rate_override_tbl(1));
7255:
7256: --dbms_output.put_line('quantity passed to calc is'||l_total_quantity_tbl(1));
7257: --dbms_output.put_line('Calling calc api');
7258: PA_FP_CALC_PLAN_PKG.calculate(
7259: p_project_id => l_project_id
7260: ,p_budget_version_id => l_budget_version_id
7261: --,p_refresh_rates_flag => 'N' --need to pass any variables that are passed from calling API
7262: --,p_refresh_conv_rates_flag => 'N' --need to pass any variables that are passed from calling API

Line 7303: pa_debug.g_err_stage:='Called API PA_FP_CALC_PLAN_PKG.calculate returned error';

7299:
7300: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
7301:
7302: IF l_debug_mode = 'Y' THEN
7303: pa_debug.g_err_stage:='Called API PA_FP_CALC_PLAN_PKG.calculate returned error';
7304: pa_debug.write(l_module_name,pa_debug.g_err_stage, l_debug_level3);
7305: END IF;
7306: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
7307: END IF;

Line 8091: PA_FP_CALC_PLAN_PKG.calculate(

8087: --dbms_output.put_line('Calling the calculate api'||l_calc_ra_id_tbl.count);
8088: --dbms_output.put_line('Calling the calculate api'||l_calc_ra_id_tbl(1));
8089: --dbms_output.put_line('Calling the calculate api'||l_calc_ra_id_tbl(2));
8090:
8091: PA_FP_CALC_PLAN_PKG.calculate(
8092: p_project_id => p_target_project_id
8093: ,p_budget_version_id => l_targ_budget_version_id
8094: --,p_refresh_rates_flag => 'N' --need to pass any variables that are passed from calling API
8095: --,p_refresh_conv_rates_flag => 'N' --need to pass any variables that are passed from calling API

Line 8126: pa_debug.g_err_stage:='PA_FP_CALC_PLAN_PKG.calculate returned error';

8122: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
8123:
8124: IF l_debug_mode = 'Y' THEN
8125:
8126: pa_debug.g_err_stage:='PA_FP_CALC_PLAN_PKG.calculate returned error';
8127: pa_debug.write( l_module_name,pa_debug.g_err_stage,l_debug_level5);
8128:
8129: END IF;
8130: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;

Line 12265: PA_FP_CALC_PLAN_PKG.calculate(

12261: FROM pa_resource_assignments
12262: WHERE budget_version_id = l_budget_version_id_tbl(i);
12263:
12264: IF l_res_assignment_count > 0 THEN
12265: PA_FP_CALC_PLAN_PKG.calculate(
12266: p_project_id => p_project_id
12267: ,p_budget_version_id => l_budget_version_id_tbl(i)
12268: ,p_spread_required_flag => 'Y'
12269: ,p_rollup_required_flag => 'N' -- bug 3937716

Line 12279: pa_debug.g_err_stage:='Called API PA_FP_CALC_PLAN_PKG.calculate api returned error';

12275: ,x_msg_data => x_msg_data);
12276:
12277: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
12278: IF l_debug_mode = 'Y' THEN
12279: pa_debug.g_err_stage:='Called API PA_FP_CALC_PLAN_PKG.calculate api returned error';
12280: pa_debug.write('REFRESH_WP_SETTINGS: ' || g_module_name,pa_debug.g_err_stage,5);
12281: END IF;
12282: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
12283: END IF;