DBA Data[Home] [Help]

APPS.CSI_DIAGNOSTICS_PKG dependencies on CSE_UTIL_PKG

Line 3143: cse_util_pkg.build_error_string(l_message_string,'MTL_TRANSACTION_ID',p_mtl_txn_id);

3139: l_error_rec.error_text := 'Missing transaction in Install Base.';
3140: l_error_rec.error_stage := 'IB_UPDATE';
3141: l_error_rec.inv_material_transaction_id := p_mtl_txn_id;
3142: l_error_rec.source_id := p_mtl_txn_id;
3143: cse_util_pkg.build_error_string(l_message_string,'MTL_TRANSACTION_ID',p_mtl_txn_id);
3144: l_error_rec.message_string := l_message_string;
3145:
3146: get_source_type(
3147: p_mtl_txn_id => p_mtl_txn_id,