DBA Data[Home] [Help]

APPS.CSI_RESUBMIT_PUB dependencies on CSI_INV_TXNSTUB_PKG

Line 192: csi_inv_txnstub_pkg.execute_trx_dpl(

188: ELSIF r_txn_info.seeded_flag = 'Y' AND
189: r_txn_info.source_application_id NOT IN (873,140) AND
190: p_error_rec.transaction_type_id <> 105 THEN
191:
192: csi_inv_txnstub_pkg.execute_trx_dpl(
193: p_transaction_type => p_error_rec.source_type,
194: p_transaction_id => p_error_rec.source_id,
195: x_trx_return_status => l_return_status,
196: x_trx_error_rec => l_trx_error_rec);