DBA Data[Home] [Help]

APPS.PA_FP_COPY_FROM_PKG dependencies on PA_PRJ_PERIOD_PROFILE_UTILS

Line 1253: --Bug 4200168. Call Pa_Prj_Period_Profile_Utils.Get_Prj_Defaults only if source

1249: -- falls
1250:
1251: IF l_source_project_id <> l_target_project_id THEN
1252:
1253: --Bug 4200168. Call Pa_Prj_Period_Profile_Utils.Get_Prj_Defaults only if source
1254: --current planning period is not null and target time phased code is P or G.
1255: l_time_phased_code := PA_FIN_PLAN_UTILS.Get_Time_Phased_code(p_source_version_id);
1256: IF ( (l_time_phased_code = 'P' OR l_time_phased_code = 'G') AND l_source_cur_planning_period IS NOT NULL) THEN
1257: Pa_Prj_Period_Profile_Utils.Get_Prj_Defaults(

Line 1257: Pa_Prj_Period_Profile_Utils.Get_Prj_Defaults(

1253: --Bug 4200168. Call Pa_Prj_Period_Profile_Utils.Get_Prj_Defaults only if source
1254: --current planning period is not null and target time phased code is P or G.
1255: l_time_phased_code := PA_FIN_PLAN_UTILS.Get_Time_Phased_code(p_source_version_id);
1256: IF ( (l_time_phased_code = 'P' OR l_time_phased_code = 'G') AND l_source_cur_planning_period IS NOT NULL) THEN
1257: Pa_Prj_Period_Profile_Utils.Get_Prj_Defaults(
1258: p_project_id => p_target_project_id
1259: ,p_info_flag => 'ALL'
1260: ,p_create_defaults => 'N'
1261: ,x_gl_start_period => l_gl_start_period

Line 8480: pa_debug.g_err_stage:= 'Calling Pa_Prj_Period_Profile_Utils.Get_Prj_Defaults';

8476:
8477: -- Fetch the target project start and completion dates
8478: -- Fetch the GL/PA periods into which the target project start and completion dates fall.
8479: IF p_pa_debug_mode = 'Y' THEN
8480: pa_debug.g_err_stage:= 'Calling Pa_Prj_Period_Profile_Utils.Get_Prj_Defaults';
8481: pa_debug.write(g_module_name,pa_debug.g_err_stage,PA_FP_CONSTANTS_PKG.G_DEBUG_LEVEL3);
8482: END IF;
8483:
8484: Pa_Prj_Period_Profile_Utils.Get_Prj_Defaults(

Line 8484: Pa_Prj_Period_Profile_Utils.Get_Prj_Defaults(

8480: pa_debug.g_err_stage:= 'Calling Pa_Prj_Period_Profile_Utils.Get_Prj_Defaults';
8481: pa_debug.write(g_module_name,pa_debug.g_err_stage,PA_FP_CONSTANTS_PKG.G_DEBUG_LEVEL3);
8482: END IF;
8483:
8484: Pa_Prj_Period_Profile_Utils.Get_Prj_Defaults(
8485: p_project_id => p_target_project_id
8486: ,p_info_flag => NULL
8487: ,p_create_defaults => 'N'
8488: ,x_gl_start_period => l_target_proj_gl_start_period

Line 8640: pa_debug.g_err_stage:= 'Calling Pa_Prj_Period_Profile_Utils.Maintain_Prj_Period_Profile';

8636:
8637: -- Call Maintain_Prj_Period_Profile
8638:
8639: IF p_pa_debug_mode = 'Y' THEN
8640: pa_debug.g_err_stage:= 'Calling Pa_Prj_Period_Profile_Utils.Maintain_Prj_Period_Profile';
8641: pa_debug.write(g_module_name,pa_debug.g_err_stage,PA_FP_CONSTANTS_PKG.G_DEBUG_LEVEL3);
8642: END IF;
8643:
8644: Pa_Prj_Period_Profile_Utils.Maintain_Prj_Period_Profile(

Line 8644: Pa_Prj_Period_Profile_Utils.Maintain_Prj_Period_Profile(

8640: pa_debug.g_err_stage:= 'Calling Pa_Prj_Period_Profile_Utils.Maintain_Prj_Period_Profile';
8641: pa_debug.write(g_module_name,pa_debug.g_err_stage,PA_FP_CONSTANTS_PKG.G_DEBUG_LEVEL3);
8642: END IF;
8643:
8644: Pa_Prj_Period_Profile_Utils.Maintain_Prj_Period_Profile(
8645: p_project_id => p_target_project_id
8646: ,p_period_profile_type => source_profile_info_rec.period_profile_type
8647: ,p_plan_period_type => source_profile_info_rec.plan_period_type
8648: ,p_period_set_name => l_period_set_name