DBA Data[Home] [Help]

APPS.PA_CLIENT_EXTN_ASGMT_APPRVL dependencies on FND_MSG_PUB

Line 65: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_CLIENT_EXTN_ASGMT_APPRVL.Is_Asgmt_Appr_Items_Changed'

61:
62: EXCEPTION
63: WHEN OTHERS THEN
64: -- Set the excetption Message and the stack
65: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_CLIENT_EXTN_ASGMT_APPRVL.Is_Asgmt_Appr_Items_Changed'
66: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
67: --
68: RAISE; -- This is optional depending on the needs
69: