DBA Data[Home] [Help]

APPS.OE_ORDER_EXTN_IMPORT_PVT dependencies on ERROR_HANDLER

Line 163: ERROR_HANDLER.Log_Error(

159: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, 'Error reported while importing OE_HEADERS_EXT_IFACE_ALL. Please fix the errors in this log file and re-run the concurrent program.');
160: END IF;
161:
162:
163: ERROR_HANDLER.Log_Error(
164: p_write_err_to_inttable => 'Y'
165: ,p_write_err_to_conclog => 'Y'
166: ,p_write_err_to_debugfile => 'N'
167: );

Line 277: ERROR_HANDLER.Log_Error(

273: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, 'Error reported while importing OE_LINES_EXT_IFACE_ALL. Please fix the errors in this log file and re-run the concurrent program.');
274: END IF;
275:
276:
277: ERROR_HANDLER.Log_Error(
278: p_write_err_to_inttable => 'Y'
279: ,p_write_err_to_conclog => 'Y'
280: ,p_write_err_to_debugfile => 'N'
281: );