DBA Data[Home] [Help]

APPS.HR_LOA_SS dependencies on FND_MESSAGE

Line 10022: p_page_error_msg := fnd_message.get;

10018: WHEN OTHERS THEN
10019: hr_utility.trace('When others exception in .delete_absence: ' || SQLERRM );
10020: --2782075 changes start
10021: --Don't raise the error. just fetch the msg text and return
10022: p_page_error_msg := fnd_message.get;
10023: --2782075 changes start
10024:
10025: end delete_absence;
10026: