DBA Data[Home] [Help]

APPS.MTL_SERIAL_NUMBERS_INTERF_PKG dependencies on APP_EXCEPTION

Line 559: app_exception.raise_exception;

555: fetch c into recinfo;
556: if (c%notfound) then
557: close c;
558: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
559: app_exception.raise_exception;
560: end if;
561: close c;
562: if (((recinfo.TRANSACTION_INTERFACE_ID = X_TRANSACTION_INTERFACE_ID)
563: OR ((recinfo.TRANSACTION_INTERFACE_ID is null) AND (X_TRANSACTION_INTERFACE_ID is null)))

Line 771: app_exception.raise_exception;

767: ) then
768: null;
769: else
770: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
771: app_exception.raise_exception;
772: end if;
773:
774: return;
775: end LOCK_ROW;