DBA Data[Home] [Help]

APPS.PA_FP_COPY_FROM_PKG dependencies on PA_TASK_ASSIGNMENTS_PVT

Line 9204: PA_TASK_ASSIGNMENTS_PVT.Copy_Missing_Unplanned_Asgmts(

9200: THEN
9201: -- Added for bug 3850488.
9202: -- Copy the missing unplanned assignments.
9203: BEGIN
9204: PA_TASK_ASSIGNMENTS_PVT.Copy_Missing_Unplanned_Asgmts(
9205: p_project_id => p_target_project_id
9206: ,p_old_structure_version_id => p_copy_act_from_str_ids_tbl(i)
9207: ,p_new_structure_version_id => p_target_sv_ids_tbl(i)
9208: ,x_msg_count => x_msg_count

Line 9215: pa_debug.g_err_stage:='PA_TASK_ASSIGNMENTS_PVT.Copy_Missing_Unplanned_Asgmts returned error';

9211: );
9212: EXCEPTION
9213: WHEN OTHERS THEN
9214: IF l_debug_mode = 'Y' THEN
9215: pa_debug.g_err_stage:='PA_TASK_ASSIGNMENTS_PVT.Copy_Missing_Unplanned_Asgmts returned error';
9216: pa_debug.write( l_module_name,pa_debug.g_err_stage,l_debug_level5);
9217: END IF;
9218: RAISE FND_API.G_EXC_ERROR;
9219: END;