DBA Data[Home] [Help]

APPS.AMS_LIST_HEADERS_VL_PKG dependencies on APP_EXCEPTION

Line 685: app_exception.raise_exception;

681: fetch c into recinfo;
682: if (c%notfound) then
683: close c;
684: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
685: app_exception.raise_exception;
686: end if;
687: close c;
688: if ( /* ((recinfo.PURPOSE_CODE = X_PURPOSE_CODE)
689: OR ((recinfo.PURPOSE_CODE is null) AND (X_PURPOSE_CODE is null)))

Line 884: app_exception.raise_exception;

880: ) then
881: null;
882: else
883: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
884: app_exception.raise_exception;
885: end if;
886:
887: /* for tlinfo in c1 loop
888: if (tlinfo.BASELANG = 'Y') then

Line 894: app_exception.raise_exception;

890: ) then
891: null;
892: else
893: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
894: app_exception.raise_exception;
895: end if;
896: end if;
897: end loop;*/
898: return;