DBA Data[Home] [Help]

APPS.PA_LABOR_SCH_RULE_PKG dependencies on FND_MESSAGE

Line 364: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');

360: If cur_row%NOTFOUND then
361: IF l_debug_mode = 'Y' THEN
362: print_msg('row not found return');
363: End If;
364: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
365: app_exception.raise_exception;
366: End If;
367: CLOSE cur_row;
368: END lock_row;