DBA Data[Home] [Help]

APPS.GMA_PO_TEXT_TBL_PKG dependencies on APP_EXCEPTION

Line 104: app_exception.raise_exception;

100: ) then
101: null;
102: else
103: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
104: app_exception.raise_exception;
105: end if;
106: end if;
107: end loop;
108: return;