DBA Data[Home] [Help]

APPS.PA_PROJ_TEMPLATE_SETUP_UTILS dependencies on PA_UTILS

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

790: ,x_return_status => l_return_status
791: ,x_error_msg_code => l_error_msg_code
792: );
793: IF l_return_status = FND_API.G_RET_STS_ERROR THEN
794: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
795: p_msg_name => l_error_msg_code);
796: END IF;
797: ELSE
798: PA_PROJ_TEMPLATE_SETUP_UTILS.CHECK_PROJECT_NAME_OR_ID(

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

803: ,x_return_status => l_return_status
804: ,x_error_msg_code => l_error_msg_code
805: );
806: IF l_return_status = FND_API.G_RET_STS_ERROR THEN
807: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
808: p_msg_name => l_error_msg_code);
809: END IF;
810: END IF;
811: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN