DBA Data[Home] [Help]

APPS.PA_LABOR_SCH_RULE_PKG dependencies on APP_EXCEPTION

Line 339: app_exception.raise_exception;

335: IF l_debug_mode = 'Y' THEN
336: print_msg('row not found return');
337: End If;
338: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
339: app_exception.raise_exception;
340: End If;
341: CLOSE cur_row;
342: END lock_row;
343: