DBA Data[Home] [Help]

APPS.CSE_RCVTXN_PKG dependencies on CSE_DATASTRUCTURES_PUB

Line 143: l_Trx_Error_Rec.error_stage := cse_datastructures_pub.g_ib_update;

139: l_trx_error_rec.source_type := 'CSEPORCV';
140: l_trx_error_rec.source_id := p_transaction_id;
141: l_Trx_Error_Rec.Transaction_Type_ID := 102;
142: l_Trx_Error_Rec.message_string := l_xml_string;
143: l_Trx_Error_Rec.error_stage := cse_datastructures_pub.g_ib_update;
144: csi_transactions_pvt.create_txn_error(
145: l_api_version,l_init_msg_list,l_commit,1,l_trx_error_rec,
146: l_return_status,l_msg_count,l_msg_data,l_txn_error_id);
147: END IF;