DBA Data[Home] [Help]

APPS.FF_ARC_SHD dependencies on STANDARD

Line 345: when others then -- catch all for any other errors (standard).

341: hr_utility.set_message(800, 'FF_34960_INVALID_ARCHIVE_VALUE');
342: hr_utility.set_message_token('ITEM_NAME', l_item_name);
343: hr_utility.set_message_token('ITEM_VALUE', p_value);
344: hr_utility.raise_error;
345: when others then -- catch all for any other errors (standard).
346: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
347: hr_utility.set_message_token('PROCEDURE', l_proc);
348: hr_utility.set_message_token('STEP','20');
349: hr_utility.raise_error;