DBA Data[Home] [Help]

APPS.GMD_QC_TESTS_PVT dependencies on APP_EXCEPTION

Line 466: app_exception.raise_exception;

462: fetch c into recinfo;
463: if (c%notfound) then
464: close c;
465: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
466: app_exception.raise_exception;
467: end if;
468: close c;
469: if ( ((recinfo.TEST_OPRN_LINE_ID = X_TEST_OPRN_LINE_ID)
470: OR ((recinfo.TEST_OPRN_LINE_ID is null) AND (X_TEST_OPRN_LINE_ID is null)))

Line 583: app_exception.raise_exception;

579: ) then
580: null;
581: else
582: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
583: app_exception.raise_exception;
584: end if;
585:
586: for tlinfo in c1 loop
587: if (tlinfo.BASELANG = 'Y') then

Line 593: app_exception.raise_exception;

589: ) then
590: null;
591: else
592: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
593: app_exception.raise_exception;
594: end if;
595: end if;
596: end loop;
597: return;