DBA Data[Home] [Help]

APPS.JAI_AP_TDS_OLD_PKG dependencies on JAI_CMN_ERRORS_T

Line 50: added the who columns in the insert of JAI_CMN_ERRORS_T

46: has been added by base .
47:
48: 3 07/12/2005 Hjujjuru ,File version 120.5
49: Bug 4866533
50: added the who columns in the insert of JAI_CMN_ERRORS_T
51: Dependencies Due to this bug:-
52: None
53: Bug 4870243, File version 120.5
54: Issue : Invoice Import Program is rejecting the Invoices.

Line 339: JAI_CMN_ERRORS_T on the client's instance through an exception handler.

335: 13. 31-jan-2005 rchandan - bug#4149343 - File version 115.1
336:
337: When an invoice is cancelled , it was not getting cancelled and instead throwing an error
338: cannot update null into ap_invoices_all.last_update_date. This error was captured in
339: JAI_CMN_ERRORS_T on the client's instance through an exception handler.
340: The value to be set into this column was retreived through an API call to ap_cancel_pkg.Ap_Cancel_Single_Invoice
341:
342: Due to some internal exception, the out parameter corresponding to the the last_update_date is null
343:

Line 927: INSERT INTO JAI_CMN_ERRORS_T

923:
924: ROLLBACK;
925: lv_error_mesg := SQLERRM;
926:
927: INSERT INTO JAI_CMN_ERRORS_T
928: (
929: APPLICATION_SOURCE, error_message, additional_error_mesg, creation_date, created_by,
930: last_updated_by, last_update_date -- added, Harshita for Bug 4866533
931: )

Line 3542: INSERT INTO JAI_CMN_ERRORS_T (

3538: error_mesg := SQLERRM;
3539: lv_app_source := 'jai_ap_tds_old_pkg.process_prepayment_apply'; --rchandan for bug#4428980
3540: lv_add_err_msg := 'EXCEPTION captured BY WHEN OTHERS IN the PROCEDURE. stage - ' || TO_CHAR(v_stage); --rchandan for bug#4428980
3541:
3542: INSERT INTO JAI_CMN_ERRORS_T (
3543: APPLICATION_SOURCE,
3544: error_message,
3545: additional_error_mesg,
3546: creation_date,