DBA Data[Home] [Help]

APPS.PAY_PAYROLL_ACTIONS_PKG dependencies on APP_EXCEPTION

Line 160: app_exception.raise_exception ;

156: then
157: return ;
158: else
159: fnd_message.set_name( 'FND' , 'FORM_RECORD_CHANGED');
160: app_exception.raise_exception ;
161: end if;
162: end lock_row;
163: --
164: ------------------------------------------------------------------------------------