DBA Data[Home] [Help]

APPS.PA_FP_COPY_FROM_PKG dependencies on PA_TASK_ASSIGNMENTS_PVT

Line 9177: PA_TASK_ASSIGNMENTS_PVT.Copy_Missing_Unplanned_Asgmts(

9173: THEN
9174: -- Added for bug 3850488.
9175: -- Copy the missing unplanned assignments.
9176: BEGIN
9177: PA_TASK_ASSIGNMENTS_PVT.Copy_Missing_Unplanned_Asgmts(
9178: p_project_id => p_target_project_id
9179: ,p_old_structure_version_id => p_copy_act_from_str_ids_tbl(i)
9180: ,p_new_structure_version_id => p_target_sv_ids_tbl(i)
9181: ,x_msg_count => x_msg_count

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

9184: );
9185: EXCEPTION
9186: WHEN OTHERS THEN
9187: IF l_debug_mode = 'Y' THEN
9188: pa_debug.g_err_stage:='PA_TASK_ASSIGNMENTS_PVT.Copy_Missing_Unplanned_Asgmts returned error';
9189: pa_debug.write( l_module_name,pa_debug.g_err_stage,l_debug_level5);
9190: END IF;
9191: RAISE FND_API.G_EXC_ERROR;
9192: END;