DBA Data[Home] [Help]

APPS.FTE_LTL_LOADER dependencies on FND_MESSAGE

Line 2595: x_error_msg := FND_MESSAGE.get;

2591: FTE_UTIL_PKG.Write_LogFile(l_module_name,'l_debug_on',l_debug_on);
2592: END IF;
2593:
2594: IF (x_request_ids(l_counter) = 0 ) THEN
2595: x_error_msg := FND_MESSAGE.get;
2596: x_error_msg := 'Error submitting concurrent request: ' || x_error_msg;
2597: x_error_msg := substr(x_error_msg, 0, 300);
2598: x_status := 2;
2599: FTE_UTIL_PKG.Write_LogFile(l_module_name,x_error_msg);