DBA Data[Home] [Help]

APPS.RCV_ROI_PREPROCESSOR dependencies on INV_RECEIVING_TRANSACTION

Line 2025: inv_receiving_transaction.txn_complete(p_group_id => p_group_id,

2021: UPDATE rcv_transactions_interface
2022: SET processing_status_code = 'ERROR'
2023: WHERE GROUP_ID = p_group_id;
2024:
2025: inv_receiving_transaction.txn_complete(p_group_id => p_group_id,
2026: p_txn_status => 'FALSE',
2027: p_txn_mode => 'ONLINE',
2028: x_return_status => l_return_status,
2029: x_msg_data => l_msg_data,

Line 2096: inv_receiving_transaction.txn_complete(p_group_id => l_inventory_id,

2092: IF (g_asn_debug = 'Y') THEN
2093: asn_debug.put_line('Before call to txn_complete');
2094: END IF;
2095:
2096: inv_receiving_transaction.txn_complete(p_group_id => l_inventory_id,
2097: p_txn_status => 'FALSE',
2098: p_txn_mode => l_txn_mode,
2099: x_return_status => l_return_status,
2100: x_msg_data => l_msg_data,