DBA Data[Home] [Help]

APPS.MTL_TRANSACTION_LOTS_INTF_PKG dependencies on APP_EXCEPTION

Line 615: app_exception.raise_exception;

611: fetch c into recinfo;
612: if (c%notfound) then
613: close c;
614: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
615: app_exception.raise_exception;
616: end if;
617: close c;
618: if (
619: ((recinfo.TRANSACTION_INTERFACE_ID = X_TRANSACTION_INTERFACE_ID)

Line 848: app_exception.raise_exception;

844: ) then
845: null;
846: else
847: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
848: app_exception.raise_exception;
849: end if;
850:
851: return;
852: end LOCK_ROW;