DBA Data[Home] [Help]

APPS.CSP_MO_MTLTXNS_UTIL dependencies on MTL_ONLINE_TRANSACTION_PUB

Line 2511: -- Note: Auto commit will be performed in the call of the mtl_online_transaction_pub.process_online.

2507: commit;
2508:
2509: OPEN l_Get_Interface_Csr;
2510:
2511: -- Note: Auto commit will be performed in the call of the mtl_online_transaction_pub.process_online.
2512: -- If the process_online failed, there was no way to rollback what was previously transacted.
2513: l_outcome := mtl_online_transaction_pub.process_online
2514: ( p_transaction_header_id => p_transaction_header_id
2515: , p_timeout => l_timeout

Line 2513: l_outcome := mtl_online_transaction_pub.process_online

2509: OPEN l_Get_Interface_Csr;
2510:
2511: -- Note: Auto commit will be performed in the call of the mtl_online_transaction_pub.process_online.
2512: -- If the process_online failed, there was no way to rollback what was previously transacted.
2513: l_outcome := mtl_online_transaction_pub.process_online
2514: ( p_transaction_header_id => p_transaction_header_id
2515: , p_timeout => l_timeout
2516: , p_error_code => l_error_code
2517: , p_error_explanation => l_error_explanation