DBA Data[Home] [Help]

APPS.XNP_SYNC_TIMER_U dependencies on XNP_ERRORS

Line 111: x_error_code := XNP_ERRORS.G_MISSING_MANDATORY_DATA ;

107: x_msg_text := l_xml_doc ;
108: /* handle exceptions */
109: EXCEPTION
110: WHEN e_MISSING_MANDATORY_DATA THEN
111: x_error_code := XNP_ERRORS.G_MISSING_MANDATORY_DATA ;
112: WHEN OTHERS THEN
113: x_error_code := SQLCODE ;
114: x_error_message := 'SYNC_TIMER.create_msg()::' || SQLERRM ;
115: END ;