DBA Data[Home] [Help]

APPS.PER_PEOPLE13_PKG dependencies on APP_EXCEPTION

Line 725: app_exception.raise_exception ;

721:
722: -- Record changed by another user.
723: --
724: fnd_message.set_name('FND','FORM_RECORD_CHANGED');
725: app_exception.raise_exception ;
726: exception when no_data_found then
727: raise;
728: when others then raise;
729: end lock_row1;