DBA Data[Home] [Help]

APPS.AR_RECEIPT_LIB_PVT dependencies on AR_LLCA_TRX_ERRORS_GT

Line 8097: delete from ar_llca_trx_errors_gt

8093: -- Clean the GT Table first.
8094: delete from ar_llca_trx_lines_gt
8095: where customer_trx_id = p_customer_trx_id;
8096:
8097: delete from ar_llca_trx_errors_gt
8098: where customer_trx_id = p_customer_trx_id;
8099:
8100: If p_llca_type = 'S'
8101: Then

Line 8235: Insert into ar_llca_trx_errors_gt

8231: IF PG_DEBUG in ('Y', 'C') THEN
8232: arp_util.debug('Populate_errors_gt ()+ ');
8233: END IF;
8234:
8235: Insert into ar_llca_trx_errors_gt
8236: ( customer_trx_id,
8237: customer_trx_line_id,
8238: error_message,
8239: invalid_value