DBA Data[Home] [Help]

APPS.PA_PROJ_STRUC_MAPPING_PUB dependencies on PA_UTILS

Line 169: PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PA',

165: END IF;
166: -- Bug 4142254 : Record has been changes error make sense for Self Service, but from AMG
167: -- it should be "Mapping does not exist between the given tasks."
168: IF p_calling_module = 'AMG' THEN
169: PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PA',
170: p_msg_name => 'PA_TASK_MAPPING_NOT_EXIST' );
171: RAISE FND_API.G_EXC_ERROR ;
172: ELSE
173: PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PA',

Line 173: PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PA',

169: PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PA',
170: p_msg_name => 'PA_TASK_MAPPING_NOT_EXIST' );
171: RAISE FND_API.G_EXC_ERROR ;
172: ELSE
173: PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PA',
174: p_msg_name => 'PA_RECORD_CHANGED' );
175: RAISE FND_API.G_EXC_ERROR ;
176: END IF;
177: END IF;

Line 580: PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PA',

576: , X_msg_count=> l_msg_count);
577:
578:
579: IF (l_msg_count>0 and l_msg_type='E') Then
580: PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PA',
581: p_msg_name => 'PA_CM_SUB_TASK_MAP',
582: p_token1=>'PATC_MSG_TOKEN1',
583: p_value1=>l_msg_token1);
584: RAISE FND_API.G_EXC_ERROR ;

Line 647: PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PA',

643:
644: FETCH c_get_wp_task_ver_id_frm_name INTO l_wp_task_version_id ;
645: IF ( c_get_wp_task_ver_id_frm_name%NOTFOUND )
646: THEN
647: PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PA',
648: p_msg_name => 'PA_OBJECT_NAME_INV' );
649: RAISE FND_API.G_EXC_ERROR ;
650: END IF;
651: CLOSE c_get_wp_task_ver_id_frm_name ;

Line 669: PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PA',

665: OPEN c_get_fp_task_ver_id_frm_name ( p_fp_task_name , p_project_id );
666: FETCH c_get_fp_task_ver_id_frm_name INTO l_fp_task_version_id ;
667: IF ( c_get_fp_task_ver_id_frm_name%NOTFOUND )
668: THEN
669: PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PA',
670: p_msg_name => 'PA_OBJECT_NAME_INV' );
671: RAISE FND_API.G_EXC_ERROR ;
672: END IF;
673: CLOSE c_get_fp_task_ver_id_frm_name ;

Line 705: Pa_Utils.ADD_MESSAGE

701: Pa_Debug.g_err_stage:= ' PA_PROJ_STRUC_MAPPING_PUB : CREATE_MAPPING : '|| l_error_message_code;
702: Pa_Debug.WRITE(g_module_name,Pa_Debug.g_err_stage,
703: l_debug_level3);
704: END IF;
705: Pa_Utils.ADD_MESSAGE
706: ( p_app_short_name => 'PA',
707: p_msg_name => l_error_message_code);
708: RAISE FND_API.G_EXC_ERROR;
709: ELSE

Line 1068: PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PA',

1064: OPEN c_get_wp_task_ver_id_frm_name ( p_wp_task_name , p_project_id , p_wp_prnt_str_ver_id );
1065: FETCH c_get_wp_task_ver_id_frm_name INTO l_wp_task_version_id;
1066: IF (c_get_wp_task_ver_id_frm_name%NOTFOUND)
1067: THEN
1068: PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PA',
1069: p_msg_name => 'PA_OBJECT_NAME_INV' );
1070: RAISE FND_API.G_EXC_ERROR ;
1071: END IF;
1072: CLOSE c_get_wp_task_ver_id_frm_name;

Line 1089: PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PA',

1085: OPEN c_get_fp_task_ver_id_frm_name ( p_fp_task_name, p_project_id );
1086: FETCH c_get_fp_task_ver_id_frm_name INTO l_fp_task_version_id;
1087: IF (c_get_fp_task_ver_id_frm_name%NOTFOUND)
1088: THEN
1089: PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PA',
1090: p_msg_name => 'PA_OBJECT_NAME_INV' );
1091: RAISE FND_API.G_EXC_ERROR ;
1092: END IF;
1093: CLOSE c_get_fp_task_ver_id_frm_name;