DBA Data[Home] [Help]

APPS.ARP_ETAX_INVAPI_UTIL dependencies on AR_TRX_ERRORS_GT

Line 873: at least one row in ar_trx_errors_gt for each transaction

869:
870: /* Dev Notes:
871: When an error is returned on any transaction line, the API
872: will automatically reject the entire transaction. We'll insert
873: at least one row in ar_trx_errors_gt for each transaction
874: that fails in etax. Code in the API will then selectively
875: roll back data for each transaction with one or more failures.
876: */
877:

Line 879: INSERT INTO AR_TRX_ERRORS_GT

875: roll back data for each transaction with one or more failures.
876: */
877:
878: /* Line level errors */
879: INSERT INTO AR_TRX_ERRORS_GT
880: (
881: trx_header_id,
882: trx_line_id,
883: error_message

Line 896: INSERT INTO AR_TRX_ERRORS_GT

892: il.trx_line_id;
893:
894: l_trx_validation_errors := SQL%ROWCOUNT;
895:
896: INSERT INTO AR_TRX_ERRORS_GT
897: (
898: trx_header_id,
899: trx_line_id,
900: error_message