DBA Data[Home] [Help]

APPS.PA_CAP_INT_PVT dependencies on FND_MESSAGE

Line 2799: x_error_msg_code := NVL(fnd_message.get_string('PA', 'PA_CAP_CANNOT_RELS_LOCK'),

2795: IF pa_debug.release_user_lock('PA_CAP_INT_'||to_char(r_project.project_id)) < 0 THEN
2796: pa_debug.g_err_stage := 'Lock Release for Project '||r_project.project_num;
2797: x_return_status := 'U';
2798: x_error_msg_count := 1;
2799: x_error_msg_code := NVL(fnd_message.get_string('PA', 'PA_CAP_CANNOT_RELS_LOCK'),
2800: 'PA_CAP_CANNOT_RELS_LOCK');
2801: RAISE process_error;
2802: END IF;
2803: