DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PVT dependencies on PA_FP_ELEMENTS_PUB

Line 2657: pa_debug.g_err_stage:='Calling pa_fp_elements_pub.insert_default...';

2653: -- Comment START.
2654: /*
2655: -- Create fp elements and resource assignments for the budget version and the impacted task id
2656:
2657: pa_debug.g_err_stage:='Calling pa_fp_elements_pub.insert_default...';
2658: IF P_PA_DEBUG_MODE = 'Y' THEN
2659: pa_debug.write('CREATE_DRAFT: ' || g_module_name,pa_debug.g_err_stage,3);
2660: END IF;
2661:

Line 2662: Pa_Fp_Elements_Pub.Insert_Default (

2658: IF P_PA_DEBUG_MODE = 'Y' THEN
2659: pa_debug.write('CREATE_DRAFT: ' || g_module_name,pa_debug.g_err_stage,3);
2660: END IF;
2661:
2662: Pa_Fp_Elements_Pub.Insert_Default (
2663: p_proj_fp_options_id => l_fp_options_id
2664: ,p_element_type => p_version_type
2665: ,p_planning_level => p_fin_plan_level_code
2666: ,p_resource_list_id => l_resource_list_id

Line 2680: pa_debug.g_err_stage:='Calling pa_fp_elements_pub.create_enterable_resources...';

2676: Raise PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
2677: END IF;
2678:
2679:
2680: pa_debug.g_err_stage:='Calling pa_fp_elements_pub.create_enterable_resources...';
2681: IF P_PA_DEBUG_MODE = 'Y' THEN
2682: pa_debug.write('CREATE_DRAFT: ' || g_module_name,pa_debug.g_err_stage,3);
2683: END IF;
2684:

Line 2685: Pa_Fp_Elements_Pub.Create_Enterable_Resources (

2681: IF P_PA_DEBUG_MODE = 'Y' THEN
2682: pa_debug.write('CREATE_DRAFT: ' || g_module_name,pa_debug.g_err_stage,3);
2683: END IF;
2684:
2685: Pa_Fp_Elements_Pub.Create_Enterable_Resources (
2686: p_plan_version_id => l_created_version_id
2687: ,x_return_status => x_return_status
2688: ,x_msg_count => x_msg_count
2689: ,x_msg_data => x_msg_data);

Line 3277: --Call procedure pa_fp_elements_pub.CREATE_ASSGMT_FROM_ROLLUPTMP to create

3273: pa_debug.g_err_stage:= 'number of records inserted -> ' || sql%ROWCOUNT;
3274: pa_debug.write('CREATE_FINPLAN_LINES: ' || g_module_name,pa_debug.g_err_stage,3);
3275: END IF;
3276:
3277: --Call procedure pa_fp_elements_pub.CREATE_ASSGMT_FROM_ROLLUPTMP to create
3278: --resource assignments and elements.
3279:
3280: IF P_PA_DEBUG_MODE = 'Y' THEN
3281: pa_debug.g_err_stage:= 'calling create_assgmt_from_rolluptmp';

Line 3285: pa_fp_elements_pub.create_assgmt_from_rolluptmp

3281: pa_debug.g_err_stage:= 'calling create_assgmt_from_rolluptmp';
3282: pa_debug.write('CREATE_FINPLAN_LINES: ' || g_module_name,pa_debug.g_err_stage,3);
3283: END IF;
3284:
3285: pa_fp_elements_pub.create_assgmt_from_rolluptmp
3286: ( p_fin_plan_version_id => p_fin_plan_version_id
3287: ,x_return_status => x_return_status
3288: ,x_msg_count => x_msg_count
3289: ,x_msg_data => x_msg_data );