[Home] [Help]
2230: UPDATE rcv_transactions_interface
2231: SET processing_status_code = 'ERROR'
2232: WHERE GROUP_ID = p_group_id;
2233:
2234: inv_receiving_transaction.txn_complete(p_group_id => p_group_id,
2235: p_txn_status => 'FALSE',
2236: p_txn_mode => 'ONLINE',
2237: x_return_status => l_return_status,
2238: x_msg_data => l_msg_data,
2301: IF (g_asn_debug = 'Y') THEN
2302: asn_debug.put_line('Before call to txn_complete');
2303: END IF;
2304:
2305: inv_receiving_transaction.txn_complete(p_group_id => l_inventory_id,
2306: p_txn_status => 'FALSE',
2307: p_txn_mode => l_txn_mode,
2308: x_return_status => l_return_status,
2309: x_msg_data => l_msg_data,