DBA Data[Home] [Help]

APPS.CSI_ORDER_SHIP_PUB dependencies on CSI_INV_TXNSTUB_PKG

Line 83: csi_inv_txnstub_pkg.execute_trx_dpl(

79: l_error_rec.source_id := ato_option_rec.line_id;
80: l_error_rec.source_type := 'CSISOFUL';
81: l_error_rec.transaction_type_id := 51;
82:
83: csi_inv_txnstub_pkg.execute_trx_dpl(
84: p_transaction_type => 'CSISOFUL',
85: p_transaction_id => ato_option_rec.line_id,
86: x_trx_return_status => l_return_status,
87: x_trx_error_rec => l_error_rec);