DBA Data[Home] [Help]

APPS.PER_PEOPLE13_PKG dependencies on APP_EXCEPTION

Line 706: app_exception.raise_exception ;

702: end if;
703: -- Record changed by another user.
704: --
705: fnd_message.set_name('FND','FORM_RECORD_CHANGED');
706: app_exception.raise_exception ;
707: exception when no_data_found then
708: raise;
709: when others then raise;
710: end lock_row1;