DBA Data[Home] [Help]

APPS.CSP_MO_MTLTXNS_UTIL dependencies on CSP_TRANSACTIONS_PUB

Line 2124: -- Call the csp_transactions_pub.transact_temp_record

2120: IF l_transaction_header_id IS NULL THEN
2121: Fetch l_Get_txn_header_id_csr Into l_transaction_header_id;
2122: Close l_Get_txn_header_id_csr;
2123: END IF;
2124: -- Call the csp_transactions_pub.transact_temp_record
2125: csp_transactions_pub.transact_temp_record (
2126: P_Api_Version_Number => l_api_version_number,
2127: P_Init_Msg_List => FND_API.G_true,
2128: P_Commit => l_commit,

Line 2125: csp_transactions_pub.transact_temp_record (

2121: Fetch l_Get_txn_header_id_csr Into l_transaction_header_id;
2122: Close l_Get_txn_header_id_csr;
2123: END IF;
2124: -- Call the csp_transactions_pub.transact_temp_record
2125: csp_transactions_pub.transact_temp_record (
2126: P_Api_Version_Number => l_api_version_number,
2127: P_Init_Msg_List => FND_API.G_true,
2128: P_Commit => l_commit,
2129: p_validation_level => l_validation_level,

Line 2875: -- Call the csp_transactions_pub.transact_temp_record

2871: Open l_Get_txn_header_id_csr;
2872: Fetch l_Get_txn_header_id_csr Into l_transaction_header_id;
2873: Close l_Get_txn_header_id_csr;
2874:
2875: -- Call the csp_transactions_pub.transact_temp_record
2876: csp_transactions_pub.transact_temp_record (
2877: P_Api_Version_Number => l_api_version_number,
2878: P_Init_Msg_List => FND_API.G_true,
2879: P_Commit => l_commit,

Line 2876: csp_transactions_pub.transact_temp_record (

2872: Fetch l_Get_txn_header_id_csr Into l_transaction_header_id;
2873: Close l_Get_txn_header_id_csr;
2874:
2875: -- Call the csp_transactions_pub.transact_temp_record
2876: csp_transactions_pub.transact_temp_record (
2877: P_Api_Version_Number => l_api_version_number,
2878: P_Init_Msg_List => FND_API.G_true,
2879: P_Commit => l_commit,
2880: p_validation_level => l_validation_level,