DBA Data[Home] [Help]

APPS.HR_LOA_SS dependencies on FND_MESSAGE

Line 9786: p_page_error_msg := fnd_message.get;

9782: WHEN OTHERS THEN
9783: hr_utility.trace('When others exception in .delete_absence: ' || SQLERRM );
9784: --2782075 changes start
9785: --Don't raise the error. just fetch the msg text and return
9786: p_page_error_msg := fnd_message.get;
9787: --2782075 changes start
9788:
9789: end delete_absence;
9790: