DBA Data[Home] [Help]

APPS.JAI_OM_WSH_PKG dependencies on JAI_CMN_ERRORS_T

Line 1036: also changed the current procedure to add who column into jai_cmn_errors_t.

1032:
1033: 49. 01-DEC-2005 Aiyer - Bug 4765347 ,Version 120.5
1034: Issue :- Excise invoice program runs into error.
1035: Fix :- Changed the form JAIITMCl.fmb to insert into the jai_inv_items_setups form
1036: also changed the current procedure to add who column into jai_cmn_errors_t.
1037:
1038: Dependencies introduced due to this bug:-
1039: Yes, please refer the future dependencies section.
1040:

Line 2495: INSERT INTO JAI_CMN_ERRORS_T (

2491: lv_error_mesg := SQLERRM;
2492: ERRBUF := lv_error_mesg;
2493: RETCODE := '2';
2494: Fnd_File.PUT_LINE(Fnd_File.LOG, p_delivery_id||' Error occured = ' || lv_error_mesg);
2495: INSERT INTO JAI_CMN_ERRORS_T (
2496: APPLICATION_SOURCE ,
2497: error_message ,
2498: additional_error_mesg ,
2499: creation_date ,