DBA Data[Home] [Help]

APPS.PA_TASK_UTILS dependencies on PA_PROJECT_CORE1

Line 1089: x_err_stage := pa_project_core1.get_message_from_stack( l_msg_data );

1085: );
1086:
1087: IF (l_return_status <> 'S') Then
1088: x_err_code := 260;
1089: x_err_stage := pa_project_core1.get_message_from_stack( l_msg_data );
1090: return;
1091: END IF;
1092: EXCEPTION WHEN OTHERS THEN
1093: x_err_stage := 'API PA_TASK_PUB1.Check_Task_Has_Association FAILED';

Line 2263: x_err_stage := pa_project_core1.get_message_from_stack( l_msg_data );

2259: );
2260:
2261: IF (l_return_status <> 'S') Then
2262: x_err_code := 220;
2263: x_err_stage := pa_project_core1.get_message_from_stack( l_msg_data );
2264: return;
2265: END IF;
2266: EXCEPTION WHEN OTHERS THEN
2267: x_err_stage := 'API PA_FIN_PLAN_UTILS.CHECK_DELETE_TASK_OK FAILED';