DBA Data[Home] [Help]

APPS.FND_FLEX_VALUES_PKG dependencies on APP_EXCEPTION

Line 415: app_exception.raise_exception;

411: fetch c into recinfo;
412: if (c%notfound) then
413: close c;
414: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
415: app_exception.raise_exception;
416: end if;
417: close c;
418: if ( ((recinfo.ATTRIBUTE_SORT_ORDER = X_ATTRIBUTE_SORT_ORDER)
419: OR ((recinfo.ATTRIBUTE_SORT_ORDER is null) AND (X_ATTRIBUTE_SORT_ORDER is null)))

Line 544: app_exception.raise_exception;

540: ) then
541: null;
542: else
543: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
544: app_exception.raise_exception;
545: end if;
546:
547: for tlinfo in c1 loop
548: if (tlinfo.BASELANG = 'Y') then

Line 556: app_exception.raise_exception;

552: ) then
553: null;
554: else
555: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
556: app_exception.raise_exception;
557: end if;
558: end if;
559: end loop;
560: return;