Accounting Process Fatal Error
-
- Posts: 11
- Joined: Tue Jan 23, 2007 3:56 am
- Location: Pakistan
Accounting Process Fatal Error
We are facing a Fatal error during accounting process, there are some specific invoices which are not being posted.
-
- Posts: 31
- Joined: Sat Mar 17, 2007 1:16 am
- Location: India
-
- Posts: 11
- Joined: Tue Jan 23, 2007 3:56 am
- Location: Pakistan
Dear ,
PFA.....
<b>Named as Accounting Process Log.zip</b>
[img]/images/icon_zip.gif[/img] <b>Attachment:</b> Accounting_Process_Log.zip <i>( 1143bytes )</i>
PFA.....
<b>Named as Accounting Process Log.zip</b>
[img]/images/icon_zip.gif[/img] <b>Attachment:</b> Accounting_Process_Log.zip <i>( 1143bytes )</i>
-
- Posts: 11
- Joined: Tue Jan 23, 2007 3:56 am
- Location: Pakistan
-
- Posts: 31
- Joined: Sat Mar 17, 2007 1:16 am
- Location: India
-
- Posts: 11
- Joined: Tue Jan 23, 2007 3:56 am
- Location: Pakistan
Dear All,
We've solved the problem by doing as
1. Balance the Accounting entries in ap_ae_lines_all for the invoice bearing the error
2. Set Event_status_code = ?ACCOUNTED? in AP_ACCOUNTING_EVENTS_ALL for the related accounting event.
3. Set Accounting_error_code =null in ap_ae_headers_all for the related invoice.
Exact SQL Statements are as below
update ap_ae_headers_all set accounting_error_code = null where ae_header_id like '****XX';
update AP_ACCOUNTING_EVENTS_ALL set EVENT_STATUS_CODE = 'ACCOUNTED' where accounting_event_id in (select accounting_event_id from ap_ae_headers_all where ae_header_id like '****XX')
4. Run payables Transfer To GL.
I think this is problem with this release in later releases the issue has been resolved.
Thanks for your cooperation...
Regards,
Asim Ikram
We've solved the problem by doing as
1. Balance the Accounting entries in ap_ae_lines_all for the invoice bearing the error
2. Set Event_status_code = ?ACCOUNTED? in AP_ACCOUNTING_EVENTS_ALL for the related accounting event.
3. Set Accounting_error_code =null in ap_ae_headers_all for the related invoice.
Exact SQL Statements are as below
update ap_ae_headers_all set accounting_error_code = null where ae_header_id like '****XX';
update AP_ACCOUNTING_EVENTS_ALL set EVENT_STATUS_CODE = 'ACCOUNTED' where accounting_event_id in (select accounting_event_id from ap_ae_headers_all where ae_header_id like '****XX')
4. Run payables Transfer To GL.
I think this is problem with this release in later releases the issue has been resolved.
Thanks for your cooperation...
Regards,
Asim Ikram
Who is online
Users browsing this forum: Google [Bot] and 1 guest