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 8453: pa_debug.g_err_stage:= 'Calling Pa_Prj_Period_Profile_Utils.Get_Prj_Defaults';

8449:
8450: -- Fetch the target project start and completion dates
8451: -- Fetch the GL/PA periods into which the target project start and completion dates fall.
8452: IF p_pa_debug_mode = 'Y' THEN
8453: pa_debug.g_err_stage:= 'Calling Pa_Prj_Period_Profile_Utils.Get_Prj_Defaults';
8454: pa_debug.write(g_module_name,pa_debug.g_err_stage,PA_FP_CONSTANTS_PKG.G_DEBUG_LEVEL3);
8455: END IF;
8456:
8457: Pa_Prj_Period_Profile_Utils.Get_Prj_Defaults(

Line 8457: Pa_Prj_Period_Profile_Utils.Get_Prj_Defaults(

8453: pa_debug.g_err_stage:= 'Calling Pa_Prj_Period_Profile_Utils.Get_Prj_Defaults';
8454: pa_debug.write(g_module_name,pa_debug.g_err_stage,PA_FP_CONSTANTS_PKG.G_DEBUG_LEVEL3);
8455: END IF;
8456:
8457: Pa_Prj_Period_Profile_Utils.Get_Prj_Defaults(
8458: p_project_id => p_target_project_id
8459: ,p_info_flag => NULL
8460: ,p_create_defaults => 'N'
8461: ,x_gl_start_period => l_target_proj_gl_start_period

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

8609:
8610: -- Call Maintain_Prj_Period_Profile
8611:
8612: IF p_pa_debug_mode = 'Y' THEN
8613: pa_debug.g_err_stage:= 'Calling Pa_Prj_Period_Profile_Utils.Maintain_Prj_Period_Profile';
8614: pa_debug.write(g_module_name,pa_debug.g_err_stage,PA_FP_CONSTANTS_PKG.G_DEBUG_LEVEL3);
8615: END IF;
8616:
8617: Pa_Prj_Period_Profile_Utils.Maintain_Prj_Period_Profile(

Line 8617: Pa_Prj_Period_Profile_Utils.Maintain_Prj_Period_Profile(

8613: pa_debug.g_err_stage:= 'Calling Pa_Prj_Period_Profile_Utils.Maintain_Prj_Period_Profile';
8614: pa_debug.write(g_module_name,pa_debug.g_err_stage,PA_FP_CONSTANTS_PKG.G_DEBUG_LEVEL3);
8615: END IF;
8616:
8617: Pa_Prj_Period_Profile_Utils.Maintain_Prj_Period_Profile(
8618: p_project_id => p_target_project_id
8619: ,p_period_profile_type => source_profile_info_rec.period_profile_type
8620: ,p_plan_period_type => source_profile_info_rec.plan_period_type
8621: ,p_period_set_name => l_period_set_name