DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PVT dependencies on PA_FP_ELEMENTS_PUB

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

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

Line 2663: Pa_Fp_Elements_Pub.Insert_Default (

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

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

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

Line 2686: Pa_Fp_Elements_Pub.Create_Enterable_Resources (

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

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

3281: pa_debug.g_err_stage:= 'number of records inserted -> ' || sql%ROWCOUNT;
3282: pa_debug.write('CREATE_FINPLAN_LINES: ' || g_module_name,pa_debug.g_err_stage,3);
3283: END IF;
3284:
3285: --Call procedure pa_fp_elements_pub.CREATE_ASSGMT_FROM_ROLLUPTMP to create
3286: --resource assignments and elements.
3287:
3288: IF P_PA_DEBUG_MODE = 'Y' THEN
3289: pa_debug.g_err_stage:= 'calling create_assgmt_from_rolluptmp';

Line 3293: pa_fp_elements_pub.create_assgmt_from_rolluptmp

3289: pa_debug.g_err_stage:= 'calling create_assgmt_from_rolluptmp';
3290: pa_debug.write('CREATE_FINPLAN_LINES: ' || g_module_name,pa_debug.g_err_stage,3);
3291: END IF;
3292:
3293: pa_fp_elements_pub.create_assgmt_from_rolluptmp
3294: ( p_fin_plan_version_id => p_fin_plan_version_id
3295: ,x_return_status => x_return_status
3296: ,x_msg_count => x_msg_count
3297: ,x_msg_data => x_msg_data );