DBA Data[Home] [Help]

APPS.FEM_DIS_GEOGRAPHY_HIER_PKG dependencies on APP_EXCEPTION

Line 719: app_exception.raise_exception;

715: fetch c into recinfo;
716: if (c%notfound) then
717: close c;
718: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
719: app_exception.raise_exception;
720: end if;
721: close c;
722: if ( (recinfo.LEVEL1_DISPLAY_CODE = X_LEVEL1_DISPLAY_CODE)
723: AND (recinfo.LEVEL2_DISPLAY_CODE = X_LEVEL2_DISPLAY_CODE)

Line 766: app_exception.raise_exception;

762: ) then
763: null;
764: else
765: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
766: app_exception.raise_exception;
767: end if;
768:
769: for tlinfo in c1 loop
770: if (tlinfo.BASELANG = 'Y') then

Line 837: app_exception.raise_exception;

833: ) then
834: null;
835: else
836: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
837: app_exception.raise_exception;
838: end if;
839: end if;
840: end loop;
841: return;